Using 'HEAD' as targetRevision can lead to unstable deployments; prefer a specific tag, branch, or commit hash for better control.
Hardcoded URL in webOrigins should be templated or moved to values to support different environments.
Hardcoded URL in redirectUris should be templated or moved to values to support different environments.
Using 'HEAD' for targetRevision can lead to unpredictable deployments - prefer a specific tag or branch.
Using 'HEAD' for targetRevision can lead to unpredictable deployments - prefer a specific tag or branch.
Hardcoded URL in redirectUris should be templated or moved to values to support different environments.
Using 'HEAD' for targetRevision can lead to unpredictable deployments - prefer a specific tag or branch.
Jeg vil foretrekke å ha denne deployment i apps, ikke infra. Det er bare en enkel flytt av alt, strukturen skal være samme.
Du trenger ikke bry deg med .pem filer når du bruker kubeseal.
Du kan gjøre det slik:
kubectl create secret generic forte-drop-pg-creds \
-n forte-drop \
--from-literal=root-user…
This PR adds new ArgoCD applications to deploy PostgreSQL and MinIO services for a forte-drop application in the upc-dev environment.
What changed: Added ArgoCD application definitions and…
Remove inline comment '# added' as it appears to be temporary diff annotation.
Container image should use a pinned digest or exact tag instead of 'postgres:16-alpine' for better security and reproducibility.
Remove inline comment '# added' as it appears to be temporary diff annotation.