Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Arnob kumar saha <[email protected]>
  • Loading branch information
ArnobKumarSaha committed Jul 29, 2024
1 parent cee8205 commit 037b928
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: MutatingWebhookConfiguration
metadata:
name: mutators.kubedb.com
labels:
updated-for: {{ .Release.Namespace }}/{{ .Release.Name }}
updated-for: {{ .Release.Name }}
app.kubernetes.io/component: kubedb-provisioner
{{- include "kubedb-webhook-server.labels" . | nindent 4 }}
webhooks:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ kind: ValidatingWebhookConfiguration
metadata:
name: validators.kubedb.com
labels:
updated-for: {{ .Release.Namespace }}/{{ .Release.Name }}
updated-for: {{ .Release.Name }}
app.kubernetes.io/component: kubedb-provisioner
{{- include "kubedb-webhook-server.labels" . | nindent 4 }}
webhooks:
Expand Down

0 comments on commit 037b928

Please sign in to comment.