Removed secret deployment from argocd
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 48s
Some checks failed
SonarQube Scan / SonarQube Trigger (push) Failing after 48s
This commit is contained in:
@@ -1,13 +0,0 @@
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: vorgabenui-secrets
|
||||
namespace: vorgabenui
|
||||
annotations:
|
||||
# Prevent ArgoCD from managing this secret - it's deployed by script
|
||||
argocd.argoproj.io/ignore: "true"
|
||||
type: Opaque
|
||||
data:
|
||||
# Base64 encoded SECRET_KEY - populated by deployment script
|
||||
# This is a TEMPLATE FILE - not deployed by ArgoCD
|
||||
vorgabenui_secret: ""
|
||||
Reference in New Issue
Block a user