File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
helm/generic-helm-chart/templates Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- {{- if .Values.rbac.create - }}
17+ {{- if .Values.rbac.create }}
1818apiVersion : rbac.authorization.k8s.io/v1
1919kind : ClusterRole
2020metadata :
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- {{- if .Values.rbac.create - }}
17+ {{- if .Values.rbac.create }}
1818apiVersion : rbac.authorization.k8s.io/v1
1919kind : ClusterRoleBinding
2020metadata :
Original file line number Diff line number Diff line change 1414# limitations under the License.
1515#
1616
17- {{- if .Values.serviceAccount.create - }}
17+ {{- if .Values.serviceAccount.create }}
1818apiVersion : v1
1919kind : ServiceAccount
2020metadata :
You can’t perform that action at this time.
0 commit comments