fix: typo
This commit is contained in:
parent
c0c44995d6
commit
a776560a3b
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user