File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8888 command : helm test stackstorm-ha
8989 - run :
9090 name : Helm upgrade with RBAC enabled
91- command : helm upgrade --set st2.rbac.enabled=true --wait stackstorm-ha .
91+ command : helm upgrade --set st2.rbac.enabled=true --timeout 5m0s --debug -- wait stackstorm-ha .
9292 - run :
9393 name : Helm test with RBAC enabled
9494 command : helm test stackstorm-ha
Original file line number Diff line number Diff line change @@ -1259,7 +1259,7 @@ spec:
12591259 - name : st2-config-vol
12601260 mountPath : /etc/st2/st2.user.conf
12611261 subPath : st2.user.conf
1262- {{- if .Values.st2.rbac.enabled - }}
1262+ {{- if .Values.st2.rbac.enabled }}
12631263 - name : st2-rbac-roles-vol
12641264 mountPath : /opt/stackstorm/rbac/roles/
12651265 - name : st2-rbac-assignments-vol
@@ -1307,7 +1307,7 @@ spec:
13071307 - name : st2-config-vol
13081308 configMap :
13091309 name : {{ .Release.Name }}-st2-config
1310- {{- if .Values.st2.rbac.enabled - }}
1310+ {{- if .Values.st2.rbac.enabled }}
13111311 - name : st2-rbac-roles-vol
13121312 configMap :
13131313 name : {{ .Release.Name }}-st2-rbac-roles
You can’t perform that action at this time.
0 commit comments