Skip to content

Commit

Permalink
make auth deligator unique name
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 4, 2024
1 parent 2938419 commit 9461dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/phoenix/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: phoenix
description: A Helm chart for deploying Phoenix on OpenShift
type: application

version: 0.1.0
version: 0.1.1
appVersion: "version-4.20.2"

icon: https://pbs.twimg.com/profile_images/1652081979146506240/e2xH7qJL_400x400.png
Expand Down
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" . }}-auth-delegator
name: {{ include "phoenix.fullname" . }}-{{ {{ .Release.Namespace }}-auth-delegator
labels:
{{- include "phoenix.labels" . | nindent 4 }}
subjects:
Expand Down

0 comments on commit 9461dfd

Please sign in to comment.