fixed version number
This commit is contained in:
@@ -4,11 +4,14 @@ metadata:
|
|||||||
name: local-path-provisioner
|
name: local-path-provisioner
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: cluster-infra
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: local-path-storage
|
||||||
source:
|
source:
|
||||||
# Direktes Linken zum offiziellen GitHub Repo
|
# Direktes Linken zum offiziellen GitHub Repo
|
||||||
repoURL: 'https://github.com/rancher/local-path-provisioner.git'
|
repoURL: 'https://github.com/rancher/local-path-provisioner.git'
|
||||||
targetRevision: v0.0.36
|
targetRevision: 0.0.36
|
||||||
path: deploy/chart/local-path-provisioner
|
path: deploy/chart/local-path-provisioner
|
||||||
helm:
|
helm:
|
||||||
values: |
|
values: |
|
||||||
@@ -21,11 +24,9 @@ spec:
|
|||||||
- node: DEFAULT_PATH_FOR_ALL_NODES
|
- node: DEFAULT_PATH_FOR_ALL_NODES
|
||||||
paths:
|
paths:
|
||||||
- /opt/local-path-provisioner
|
- /opt/local-path-provisioner
|
||||||
destination:
|
|
||||||
server: 'https://kubernetes.default.svc'
|
|
||||||
namespace: local-path-storage
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
createNamespace: true
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
Reference in New Issue
Block a user