AIAP: Fix secrets

The runner container uses a set of secrets to generate the airshipctl
config file, but the volume containing those secrets is never mounted.
This change adds the required mount.

Change-Id: I1d8f84d3870a98957784be4d3a5582b3cc011bf1
This commit is contained in:
Ian Howell 2021-10-07 09:04:08 -05:00
parent 0fce7c4895
commit b27297e4ad
1 changed files with 2 additions and 0 deletions

View File

@ -355,6 +355,8 @@ spec:
mountPath: /var/run
- name: airship-config
mountPath: /root/.airship
- mountPath: /opt/aiap-secret-volume
name: aiap-secret-volume
- name: status-checker
image: quay.io/airshipit/aiap-status-checker:latest