Skip to content

Commit

Permalink
fix templating issue
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 4, 2024
1 parent e59ef7d commit 9a72303
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/phoenix/templates/authClusterRoleBinding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
kind: ClusterRoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: {{ include "phoenix.fullname" . }}-{{ {{ .Release.Namespace }}-auth-delegator
name: {{ include "phoenix.fullname" . }}-{{ .Release.Namespace }}-auth-delegator
labels:
{{- include "phoenix.labels" . | nindent 4 }}
subjects:
Expand Down

0 comments on commit 9a72303

Please sign in to comment.