fix: typo

This commit is contained in:
shadowlegend 2025-04-09 16:48:34 +07:00
parent c0c44995d6
commit a776560a3b

View File

@ -170,8 +170,6 @@ spec:
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true
project: default project: default
sources: sources:
- repoURL: https://github.com/kubernetes-csi/external-snapshotter - repoURL: https://github.com/kubernetes-csi/external-snapshotter
@ -185,14 +183,12 @@ spec:
apiVersion: argoproj.io/v1alpha1 apiVersion: argoproj.io/v1alpha1
kind: Application kind: Application
metadata: metadata:
name: external-snapshotter-crd name: external-snapshotter-controller
namespace: argocd namespace: argocd
spec: spec:
syncPolicy: syncPolicy:
automated: automated:
selfHeal: true selfHeal: true
syncOptions:
- CreateNamespace=true
project: default project: default
sources: sources:
- repoURL: https://github.com/kubernetes-csi/external-snapshotter - repoURL: https://github.com/kubernetes-csi/external-snapshotter