added argo-helm.yaml and added to .gitignore
All checks were successful
continuous-integration/publish-helm Helm publish succeeded

This commit is contained in:
2026-01-07 18:01:24 +11:00
parent 50f916185e
commit 1c4d11b920

25
argo-helm.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: vault
namespace: openshift-gitops
spec:
project: infrastructure
destination:
server: https://kubernetes.default.svc
namespace: vault
source:
repoURL: https://gitea.apilab.us/cscott/vault.git
targetRevision: main
path: .
helm:
valueFiles:
- values.yaml
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true