Fix filename

Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
Patrick Uiterwijk 2019-05-14 18:56:06 +02:00
parent d056090c7f
commit 5138df2848
2 changed files with 2 additions and 2 deletions

View file

@ -65,7 +65,7 @@
- role: openshift/secret-file
app: fas
privatefile: "fas-gpg/pubring.gpg"
key: fas_gpg_pubring
key: pubring.gpg
secret_name: fas-gpg-pubring
- role: openshift/object
app: fas

View file

@ -47,7 +47,7 @@ spec:
mountPath: /etc/fas_sync_keytab
readOnly: true
- name: secret-pubring
mountPath: /etc/fas-gpg/pubring.gpg
mountPath: /etc/fas-gpg
readOnly: true
readinessProbe:
timeoutSeconds: 5