Files
vault/argo-helm.yaml
Conan Scott 5e5a7c9b4f
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
ssa false
2026-01-07 18:45:18 +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