argocd-configs/kx3dex-radio/application.yaml

31 lines
654 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: kx3dex-radio-site
namespace: argocd
spec:
project: kx3dex-radio
source:
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
targetRevision: HEAD
path: kx3dex-radio/prod
plugin:
name: helmSecrets
env:
- name: HELM_OPTS
value: "secrets.yaml"
- name: RELEASE_NAME
value: "testapp"
destination:
server: https://kubernetes.default.svc
namespace: kx3dex-radio
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
selfHeal: true
prune: true