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
|
- role: openshift/secret-file
|
||||||
app: fas
|
app: fas
|
||||||
privatefile: "fas-gpg/pubring.gpg"
|
privatefile: "fas-gpg/pubring.gpg"
|
||||||
key: fas_gpg_pubring
|
key: pubring.gpg
|
||||||
secret_name: fas-gpg-pubring
|
secret_name: fas-gpg-pubring
|
||||||
- role: openshift/object
|
- role: openshift/object
|
||||||
app: fas
|
app: fas
|
||||||
|
|
|
@ -47,7 +47,7 @@ spec:
|
||||||
mountPath: /etc/fas_sync_keytab
|
mountPath: /etc/fas_sync_keytab
|
||||||
readOnly: true
|
readOnly: true
|
||||||
- name: secret-pubring
|
- name: secret-pubring
|
||||||
mountPath: /etc/fas-gpg/pubring.gpg
|
mountPath: /etc/fas-gpg
|
||||||
readOnly: true
|
readOnly: true
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
timeoutSeconds: 5
|
timeoutSeconds: 5
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue