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
ace5e847
authored
2022-08-11 14:02:19 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of gitlab.brainfood.com:brainfood/k8s-helmfiles
2 parents
159021dd
55d9ad77
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
local-path-provisioner/environments/default-values.yaml
local-path-provisioner/helmfile.yaml
local-path-provisioner/environments/default-values.yaml
View file @
ace5e84
...
...
@@ -3,7 +3,7 @@ storageClass:
default
:
true
name
:
local-path
nodePath
s
:
nodePath
Map
:
-
node
:
DEFAULT_PATH_FOR_NON_LISTED_NODES
paths
:
-
/opt/local-path-provisioner
...
...
local-path-provisioner/helmfile.yaml
View file @
ace5e84
...
...
@@ -15,7 +15,7 @@ releases:
defaultClass
:
{{
.Values.storageClass.default
}}
name
:
{{
.Values.storageClass.name
}}
nodePathMap
:
{{
.Values.nodePath
s
| toYaml | nindent 10
}}
{{
.Values.nodePath
Map
| toYaml | nindent 10
}}
tolerations
:
-
effect
:
NoSchedule
key
:
node-role.kubernetes.io/master
...
...
Please
register
or
sign in
to post a comment