Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rnaveiras committed Jun 12, 2023
1 parent f8e4cf1 commit 3c20cc0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config/base/webhooks/vault.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: theatre-system/theatre-vault-manager
webhooks:
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand Down
10 changes: 5 additions & 5 deletions config/base/webhooks/workloads.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: theatre-system/theatre-workloads-manager
webhooks:
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand All @@ -30,7 +30,7 @@ webhooks:
- consoles
scope: '*'
sideEffects: None
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand Down Expand Up @@ -68,7 +68,7 @@ metadata:
annotations:
cert-manager.io/inject-ca-from: theatre-system/theatre-workloads-manager
webhooks:
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand All @@ -92,7 +92,7 @@ webhooks:
- consoleauthorisations
scope: '*'
sideEffects: None
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand All @@ -117,7 +117,7 @@ webhooks:
- consoletemplates
scope: '*'
sideEffects: None
- admissionReviewVersions: ["v1"]
- admissionReviewVersions: ["v1", "v1beta1"]
clientConfig:
caBundle: Cg==
service:
Expand Down

0 comments on commit 3c20cc0

Please sign in to comment.