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