kerneltest: try removing secrets mount

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2024-03-13 12:22:16 +10:00
parent 81a4bdd7ac
commit ad71feacfa

View file

@ -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