Files
peanutflix/argo-helm.yaml
Conan Scott aa64c846be
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
Added argo-helm.yaml
2025-12-28 11:02:01 +11:00

26 lines
544 B
YAML

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