Skip to content

Commit

Permalink
fix helm deployment name
Browse files Browse the repository at this point in the history
  • Loading branch information
vyankyGH committed Jun 24, 2021
1 parent 4f3a780 commit 11a0549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kyverno/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ template "kyverno.fullname" . }}
name: kyverno
labels: {{ include "kyverno.labels" . | nindent 4 }}
app: kyverno
namespace: {{ template "kyverno.namespace" . }}
Expand Down

0 comments on commit 11a0549

Please sign in to comment.