FASJSON: Don't get the host keytab, maybe we don't need it

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2020-08-20 15:47:16 +02:00
parent b10d90187c
commit dd371739fc
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD
2 changed files with 13 additions and 13 deletions

View file

@ -52,12 +52,12 @@
# The ipa-ldap delegation target is declared during IPA installation
# Keytabs
- role: openshift/keytab
app: fasjson
key: host
secret_name: fasjson-keytab-host
service: host
host: "fasjson{{ env_suffix }}.fedoraproject.org"
#- role: openshift/keytab
# app: fasjson
# key: host
# secret_name: fasjson-keytab-host
# service: host
# host: "fasjson{{ env_suffix }}.fedoraproject.org"
- role: openshift/keytab
app: fasjson
key: http

View file

@ -31,10 +31,10 @@ spec:
ports:
- containerPort: 8080
volumeMounts:
- name: keytab-host-volume
mountPath: /etc/keytabs/host
subPath: host
readOnly: true
#- name: keytab-host-volume
# mountPath: /etc/keytabs/host
# subPath: host
# readOnly: true
- name: keytab-http-volume
mountPath: /etc/keytabs/http
subPath: http
@ -68,9 +68,9 @@ spec:
- name: fasjson-config-volume
configMap:
name: fasjson-config
- name: keytab-volume-host
secret:
secretName: fasjson-keytab-host
# - name: keytab-volume-host
# secret:
# secretName: fasjson-keytab-host
- name: keytab-volume-http
secret:
secretName: fasjson-keytab-http