Files
vault/argo-helm.yaml
Conan Scott 1c4d11b920
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
added argo-helm.yaml and added to .gitignore
2026-01-07 18:01:24 +11:00

26 lines
536 B
YAML

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