Skip to content

Commit

Permalink
fix name conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Sep 5, 2024
1 parent 12ebcc2 commit b886e1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/mlflow-server/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 "mlflow-server.fullname" . }}-auth-delegator
name: {{ include "mlflow-server.fullname" . }}-{{ .Release.Namespace }}-auth-delegator
labels:
{{- include "mlflow-server.labels" . | nindent 4 }}
subjects:
Expand Down

0 comments on commit b886e1c

Please sign in to comment.