34 lines
840 B
YAML
34 lines
840 B
YAML
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: Application
|
||
|
|
metadata:
|
||
|
|
name: opengist
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
project: default
|
||
|
|
sources:
|
||
|
|
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||
|
|
targetRevision: HEAD
|
||
|
|
path: charts/opengist
|
||
|
|
helm:
|
||
|
|
valueFiles:
|
||
|
|
- $values/values.yaml
|
||
|
|
- repoURL: https://forge.keane.sh/ian/dumpnet-argo.git
|
||
|
|
targetRevision: HEAD
|
||
|
|
ref: values
|
||
|
|
destination:
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
namespace: opengist
|
||
|
|
syncPolicy:
|
||
|
|
automated:
|
||
|
|
prune: true
|
||
|
|
selfHeal: true
|
||
|
|
syncOptions:
|
||
|
|
- CreateNamespace=true
|
||
|
|
ignoreDifferences:
|
||
|
|
- group: external-secrets.io
|
||
|
|
kind: ExternalSecret
|
||
|
|
jsonPointers:
|
||
|
|
- /spec/target/template/mergePolicy
|
||
|
|
- /spec/target/template/engineVersion
|
||
|
|
- /spec/target/template/type
|