Skip to content

Commit

Permalink
removed label, its implied
Browse files Browse the repository at this point in the history
remove rogue dash

Signed-off-by: Jacob Woffenden <jacob.woffenden@digital.justice.gov.uk>
  • Loading branch information
Jacob Woffenden committed Sep 26, 2023
1 parent 573843d commit 80e0199
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ resource "kubernetes_namespace" "airflow" {
metadata {
name = "airflow"
labels = {
"admission.gatekeeper.sh/ignore" = "false"
"policy.sigstore.dev/include" = "false"
"policy.sigstore.dev/include" = "false"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
----
---
apiVersion: constraints.gatekeeper.sh/v1beta1
kind: K8sAllowedRepos
metadata:
Expand All @@ -12,4 +12,4 @@ spec:
- "airflow"
parameters:
repos:
- "repo.data-platform.service.justice.gov.uk/"
- "repo.data-platform.service.justice.gov.uk/"

0 comments on commit 80e0199

Please sign in to comment.