Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
k8s-helmfiles
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
671dcc94
authored
2022-07-11 16:48:48 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add Rancher's local-path-provisioner.
1 parent
b4060bcf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
35 additions
and
0 deletions
local-path-provisioner/helmfile.yaml
local-path-provisioner/helmfile.yaml
0 → 100644
View file @
671dcc9
environments
:
default
:
values
:
-
namespace
:
kube-system
storageClass
:
default
:
true
name
:
local-path
nodePaths
:
-
node
:
DEFAULT_PATH_FOR_NON_LISTED_NODES
paths
:
-
/opt/local-path-provisioner
---
repositories
:
-
name
:
local-path-provisioner
url
:
git+https://github.com/rancher/local-path-provisioner.git@deploy/chart?ref=v0.0.22&sparse=0
releases
:
-
name
:
local-path-provisioner
namespace
:
{{
.Values.namespace
}}
chart
:
local-path-provisioner/local-path-provisioner
values
:
-
storageClass
:
defaultClass
:
{{
.Values.storageClass.default
}}
name
:
{{
.Values.storageClass.name
}}
nodePathMap
:
{{
.Values.nodePaths | toYaml | nindent 10
}}
tolerations
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
operator
:
Exists
nodeSelector
:
node-role.kubernetes.io/master
:
"
true"
Please
register
or
sign in
to post a comment