Some checks failed
Build containers when image tags change / build-if-image-changed (., web, containers, main container, git.baumann.gr/adebaumann/vui) (push) Successful in 2m9s
Build containers when image tags change / build-if-image-changed (data-loader, loader, initContainers, init-container, git.baumann.gr/adebaumann/vui-data-loader) (push) Successful in 9s
SonarQube Scan / SonarQube Trigger (push) Failing after 2m29s
13 lines
373 B
YAML
13 lines
373 B
YAML
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: "" |