Files
vault/argo-helm.yaml
Conan Scott cf6f15c7a4
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
removed serversideapply for argo
2026-01-07 18:42:00 +11:00

27 lines
566 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:
- ServerSideApply=false
- CreateNamespace=true
- ApplyOutOfSyncOnly=true
- PruneLast=true