Skip to content

Commit

Permalink
fix(cel): naming
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jul 2, 2024
1 parent 0966ca1 commit 3a03f47
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions cel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@

| Policy |
| --------------------------------------------------------------------------------------------------- |
| [m0001.metadata.portefaix.xyz - Metadata must set recommanded Kubernetes labels](cel/M0001-metadata-labels) |
| [m0002.metadata.portefaix.xyz - Metadata should have a8r.io annotations](cel/M0002-metadata-annotations) |
| [m0003.metadata.portefaix.xyz - Metadata should have portefaix.xyz labels](cel/M0003-metadata-portefaix-labels) |
| [n0001.namespace.portefaix.xyz - Disallow Default Namespace](cel/N0001-namespace-default) |
| [c0001.container.portefaix.xyz - Container must not use latest image tag](cel/C0001-container-image-tag) |
| [c0002.container.portefaix.xyz - Container must set liveness probe](cel/C0003-container-liveness-probe) |
| [c0003.container.portefaix.xyz - Container must set readiness probe](cel/C0002-container-readiness-probe) |
| [c0008.container.portefaix.xyz - Container resource constraints must be specified](cel/C0008-container-resources) |
| [m0001.metadata.portefaix.xyz - Metadata must set recommanded Kubernetes labels](M0001-metadata-labels) |
| [m0002.metadata.portefaix.xyz - Metadata should have a8r.io annotations](M0002-metadata-annotations) |
| [m0003.metadata.portefaix.xyz - Metadata should have portefaix.xyz labels](M0003-metadata-portefaix-labels) |
| [n0001.namespace.portefaix.xyz - Disallow Default Namespace](N0001-namespace-default) |
| [c0001.container.portefaix.xyz - Container must not use latest image tag](C0001-container-image-tag) |
| [c0002.container.portefaix.xyz - Container must set liveness probe](C0003-container-liveness-probe) |
| [c0003.container.portefaix.xyz - Container must set readiness probe](C0002-container-readiness-probe) |
| [c0008.container.portefaix.xyz - Container resource constraints must be specified](C0008-container-resources) |

<!-- END_POLICIES_DOC -->

0 comments on commit 3a03f47

Please sign in to comment.