mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
Extracted external snapshotter rev
This commit is contained in:
@@ -14,7 +14,7 @@ spec:
|
||||
source:
|
||||
path: deploy/kubernetes/snapshot-controller
|
||||
repoURL: https://github.com/kubernetes-csi/external-snapshotter
|
||||
targetRevision: v7.0.2
|
||||
targetRevision: {{ .Values.targetRevision }}
|
||||
kustomize:
|
||||
namespace: external-snapshotter
|
||||
syncPolicy:
|
||||
|
||||
@@ -14,7 +14,7 @@ spec:
|
||||
source:
|
||||
path: client/config/crd/
|
||||
repoURL: https://github.com/kubernetes-csi/external-snapshotter
|
||||
targetRevision: v7.0.2
|
||||
targetRevision: {{ .Values.targetRevision }}
|
||||
kustomize:
|
||||
namespace: external-snapshotter
|
||||
syncPolicy:
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
targetRevision: v7.0.2
|
||||
|
||||
Reference in New Issue
Block a user