Remove crds bootstrap

This commit is contained in:
dvirlabs 2025-06-30 13:53:09 +03:00
parent 911d876ec0
commit 0bf4f65ff3

View File

@ -1,20 +0,0 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: crds-bootstrap
namespace: argocd
spec:
project: operators
source:
repoURL: https://git.dvirlabs.com/dvirlabs/operators.git
path: crds/
targetRevision: master
directory:
recurse: true
destination:
server: https://kubernetes.default.svc
namespace: operators
syncPolicy:
syncOptions:
- ApplyOutOfSyncOnly=true
- ServerSideApply=true