keycloak: use create for MAS secrets

This commit is contained in:
Brad Stein 2026-01-08 02:23:40 -03:00
parent 6c99eb452e
commit 6e7118c14d

View File

@ -8,7 +8,7 @@ metadata:
apiVersion: batch/v1
kind: Job
metadata:
name: mas-secrets-ensure-5
name: mas-secrets-ensure-6
namespace: sso
spec:
backoffLimit: 0
@ -96,8 +96,7 @@ spec:
--from-file=encryption=/work/encryption \
--from-file=matrix_shared_secret=/work/matrix_shared_secret \
--from-file=keycloak_client_secret=/work/keycloak_client_secret \
--from-file=rsa_key=/work/rsa_key \
--dry-run=client -o yaml | kubectl -n comms apply -f - >/dev/null
--from-file=rsa_key=/work/rsa_key >/dev/null
volumeMounts:
- name: work
mountPath: /work