Skip to content

Commit

Permalink
vault-injector: Supports only admissions of v1beta1 (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekarlso authored Mar 4, 2021
1 parent 3a2c735 commit b32f62b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vault-injector/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
description: Vault injector chart
name: vault-injector
version: 0.2.0
version: 0.2.1
appVersion: 0.8.0
2 changes: 1 addition & 1 deletion vault-injector/templates/injector-mutating-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
webhooks:
- name: vault.hashicorp.com
sideEffects: None
admissionReviewVersions: ["v1", "v1beta1"]
admissionReviewVersions: ["v1beta1"]
failurePolicy: {{ .Values.podsFailurePolicy }}
clientConfig:
service:
Expand Down

0 comments on commit b32f62b

Please sign in to comment.