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
f190ea88
authored
2022-09-08 12:17:12 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Make it easy to disable local-path-provisioner while still having it
inside an outer helmfile.
1 parent
d2643671
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
local-path-provisioner/environments/default-values.yaml
local-path-provisioner/helmfile.yaml
local-path-provisioner/environments/default-values.yaml
View file @
f190ea8
local-path-provisioner
:
enabled
:
true
namespace
:
kube-system
storageClass
:
default
:
true
...
...
local-path-provisioner/helmfile.yaml
View file @
f190ea8
...
...
@@ -10,6 +10,7 @@ releases:
-
name
:
local-path-provisioner
namespace
:
{{
.Values.namespace
}}
chart
:
local-path-provisioner/local-path-provisioner
condition
:
local-path-provisioner.enabled
values
:
-
storageClass
:
defaultClass
:
{{
.Values.storageClass.default
}}
...
...
Please
register
or
sign in
to post a comment