Files
amplify-fusion/argo-helm.yaml
Conan Scott 0ffe8d6138
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
set common cert to false
2026-01-21 17:58:21 +11:00

26 lines
556 B
YAML

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