fix(loki,vault,iam): loki minio endpoint :80 not :9000, emit vault-minio-creds via CMP, drop redundant broken authentik-migrations job

This commit is contained in:
Story Crater Bot
2026-07-21 09:24:52 -07:00
parent 2bf543bba1
commit 4363739d59
3 changed files with 16 additions and 2 deletions
+3 -1
View File
@@ -3,6 +3,8 @@ kind: Kustomization
namespace: iam
resources:
- key-rotation-cronjob.yaml
- authentik-migrations-job.yaml
# authentik-migrations-job.yaml removed — redundant + broken. The authentik
# `server` entrypoint runs migrations itself; this standalone job lacked the
# authentik-secrets envFrom (Secret key missing) and always failed.
# SOPS secrets (*.enc.yaml) handled by ArgoCD SOPS plugin at sync time
# authentik/vault deployed via ArgoCD Helm source