We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082bc10 commit e4c854fCopy full SHA for e4c854f
templates/tests/st2tests-pod.yaml
@@ -33,19 +33,11 @@ spec:
33
envFrom:
34
- configMapRef:
35
name: {{ .Release.Name }}-st2-urls
36
+ - secretRef:
37
+ name: {{ .Release.Name }}-st2-auth
38
env:
39
- name: BATS_HELPERS_DIR
40
value: /tools/bats-helpers/
- - name: ST2_AUTH_USERNAME
- valueFrom:
41
- secretKeyRef:
42
- name: {{ .Release.Name }}-st2-auth
43
- key: username
44
- - name: ST2_AUTH_PASSWORD
45
46
47
48
- key: password
49
- name: ST2_VERSION
50
value: "{{ .Chart.AppVersion }}"
51
- name: ST2_RBAC_ENABLED
0 commit comments