You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
598 B
YAML
23 lines
598 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: cusprod
|
|
namespace: mobene-cusprod
|
|
spec:
|
|
destination:
|
|
namespace: mobene-cusprod
|
|
server: https://kubernetes.default.svc
|
|
project: mobene
|
|
source:
|
|
helm:
|
|
valueFiles:
|
|
- values_cusprod.yaml
|
|
- secrets+gpg-import-kubernetes://argo-cd/sops-gpg#gpg_key_smardigo_automation__private?secrets_cusprod.yaml
|
|
path: .
|
|
repoURL: https://prodnso-gitea-01.smardigo.digital/argocd/prodwork01-mobene-deployment.git
|
|
targetRevision: main
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|