26 lines
589 B
YAML
26 lines
589 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gateway-api
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "0"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://github.com/kubernetes-sigs/gateway-api
|
|
targetRevision: v1.4.0
|
|
path: config/crd/standard
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: false
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- Replace=true
|
|
- ServerSideApply=true
|