kerneltest: try removing secrets mount
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
81a4bdd7ac
commit
ad71feacfa
1 changed files with 6 additions and 6 deletions
|
@ -64,9 +64,9 @@ spec:
|
||||||
- name: wsgi-script-volume
|
- name: wsgi-script-volume
|
||||||
mountPath: "/opt/app-root/src/deploy"
|
mountPath: "/opt/app-root/src/deploy"
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: kerneltest-secrets-volume
|
# - name: kerneltest-secrets-volume
|
||||||
mountPath: /etc/kerneltest-secrets
|
# mountPath: /etc/kerneltest-secrets
|
||||||
readOnly: true
|
# readOnly: true
|
||||||
- name: ipa-config-volume
|
- name: ipa-config-volume
|
||||||
mountPath: /etc/ipa
|
mountPath: /etc/ipa
|
||||||
readOnly: true
|
readOnly: true
|
||||||
|
@ -92,9 +92,9 @@ spec:
|
||||||
- name: wsgi-script-volume
|
- name: wsgi-script-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: wsgi-script
|
name: wsgi-script
|
||||||
- name: kerneltest-secrets-volume
|
# - name: kerneltest-secrets-volume
|
||||||
secret:
|
# secret:
|
||||||
secretName: kerneltest-secrets
|
# secretName: kerneltest-secrets
|
||||||
- name: ipa-config-volume
|
- name: ipa-config-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: ipa-client-config
|
name: ipa-client-config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue