Skip to content

Commit

Permalink
Fix copypaste-error
Browse files Browse the repository at this point in the history
  • Loading branch information
moskitone authored and bonifaido committed Jun 14, 2019
1 parent ac19c6f commit ffd0bfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vault-secrets-webhook/templates/apiservice-webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,11 +83,11 @@ items:
operator: NotIn
values:
- {{ .Release.Namespace }}
- name: configmaps.{{ template "vault-configmaps-webhook.name" . }}.admission.banzaicloud.com
- name: configmaps.{{ template "vault-secrets-webhook.name" . }}.admission.banzaicloud.com
clientConfig:
service:
namespace: {{ .Release.Namespace }}
name: {{ template "vault-configmaps-webhook.fullname" . }}
name: {{ template "vault-secrets-webhook.fullname" . }}
path: /configmaps
caBundle: {{ b64enc $ca.Cert }}
rules:
Expand Down

0 comments on commit ffd0bfc

Please sign in to comment.