new-go-app9/argocd-app.yaml
Scaffolder 62c2091ba5 initial commit
Change-Id: Id0b2c1cad10ede7d7ab11fd7951ad0342a5c1b54
2026-05-20 16:58:31 +00:00

29 lines
591 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: new-go-app9
namespace: openshift-gitops
labels:
category: app
spec:
project: default
source:
repoURL:
targetRevision: master
path: deploy
destination:
server: https://kubernetes.default.svc
namespace: new-go-app9
ignoreDifferences:
- group: apps
kind: Deployment
jsonPointers:
- /spec/template/spec/containers/0/image
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true