mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-27 12:03:38 +08:00
Elections: add mount path for ipa config
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -27,6 +27,7 @@ spec:
|
||||
volumes:
|
||||
- config-volume
|
||||
- elections-secret-volume
|
||||
- ipa-config-volume
|
||||
- keytab-volume
|
||||
template:
|
||||
metadata:
|
||||
@@ -59,6 +60,9 @@ spec:
|
||||
- name: fedora-messaging-cert-volume
|
||||
mountPath: /etc/pki/rabbitmq/cert
|
||||
readOnly: true
|
||||
- name: ipa-config-volume
|
||||
mountPath: /etc/ipa
|
||||
readOnly: true
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/keytabs
|
||||
readOnly: true
|
||||
@@ -90,6 +94,9 @@ spec:
|
||||
- name: fedora-messaging-cert-volume
|
||||
secret:
|
||||
secretName: elections-fedora-messaging-crt
|
||||
- name: ipa-config-volume
|
||||
configMap:
|
||||
name: ipa-client-config
|
||||
- name: keytab-volume
|
||||
secret:
|
||||
secretName: elections-keytab
|
||||
|
||||
Reference in New Issue
Block a user