unip-controller/deploy/argo-cd/argo-cd-credentials-secret.yaml.sample

11 lines
223 B
Text
Raw Normal View History

2025-01-29 13:13:51 +00:00
apiVersion: v1
kind: Secret
metadata:
name: argo-cd-credentials
namespace: unip-system-controller
type: Opaque
stringData:
ARGO_CD_USER: user
ARGO_CD_PASSWORD: password
ARGO_CD_API: https://<argocd-server>/api/v1