Files
apigateway-ocp/argo-helm.yaml
Conan Scott c5630e2a14
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
removed gitignore
2025-12-30 19:53:16 +11:00

26 lines
545 B
YAML

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