fix(gotify): move SOPS secrets to ksops generator

ArgoCD couldn't decrypt secrets.yaml because it was listed as a plain
kustomize resource. Move the 3 secrets (gotify-admin, gotify-tokens,
gotify-smtp) to k8s/argocd/secrets/ as .enc.yaml files processed by
the ksops generator, matching the repo convention.

Fixes ComparisonError: 'Object Kind is missing' (SOPS ciphertext
parsed as raw YAML).
This commit is contained in:
2026-09-10 22:32:24 +09:00
parent 436c7d8d42
commit 9d3a669dfe
6 changed files with 84 additions and 93 deletions
-1
View File
@@ -3,7 +3,6 @@ kind: Kustomization
resources:
- namespace.yaml
- db.yaml
- secrets.yaml
- deployment.yaml
- service.yaml
- ingress.yaml