Add opengist

This commit is contained in:
Ian Keane 2026-09-17 17:08:48 -04:00
parent 1132834b76
commit b1ec7bbca7
7 changed files with 173 additions and 0 deletions

View file

@ -0,0 +1,33 @@
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