Fix filename
Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
This commit is contained in:
parent
d056090c7f
commit
5138df2848
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue