Skip to content

Commit

Permalink
fix(helm): remove duplicate metadata in leader election role
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexDouze committed May 27, 2024
1 parent 56c3f64 commit 4ccff45
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{{- if and .Values.rbac.create }}
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
metadata:
name: {{ include "postgresql-operator.fullname" . }}-leader-election-role
labels:
Expand Down

0 comments on commit 4ccff45

Please sign in to comment.