Skip to content

Commit

Permalink
fix(blueprint): rbac helm template name change (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
Young-ook authored Jan 30, 2024
1 parent 2c919a9 commit cb04ab7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ subjects:
# In the case of a local cluster Spinnaker needs
# to be able to deploy to all namespaces in the cluster.
{{- if not .Values.kubeConfig.enabled }}
{{- if .Values.rbac.create }}
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRoleBinding
Expand All @@ -57,4 +56,3 @@ subjects:
# Clouddriver does not currently allow config of its service account.
name: default
{{- end }}
{{- end }}
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ minio:
secretKey: spinnakeradmin
defaultBucket:
enabled: true
name: "spinnaker"
name: spinnaker
nodeSelector: {}
# Use an single replica for deveopment or test
replicas: 1
Expand All @@ -267,10 +267,6 @@ s3:
extraArgs: []
# - "--path-style-access true"

rbac:
# Specifies whether RBAC resources should be created
create: true

serviceAccount:
# Specifies whether a ServiceAccount should be created
create: false
Expand Down

0 comments on commit cb04ab7

Please sign in to comment.