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-08-18 15:08:02 -07:00
parent 7ab39280c2
commit 63fc502359
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