Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Local Path Provisioner
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Local Path Provisioner
Commits
cd24746a
Commit
cd24746a
authored
1 year ago
by
JustusBunsi
Committed by
Derek Su
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Allow customizing helper pod
Signed-off-by:
justusbunsi
<
61625851+justusbunsi@users.noreply.github.com
>
parent
549c7314
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
deploy/chart/local-path-provisioner/templates/configmap.yaml
+6
-1
6 additions, 1 deletion
deploy/chart/local-path-provisioner/templates/configmap.yaml
deploy/chart/local-path-provisioner/values.yaml
+6
-0
6 additions, 0 deletions
deploy/chart/local-path-provisioner/values.yaml
with
12 additions
and
1 deletion
deploy/chart/local-path-provisioner/templates/configmap.yaml
+
6
−
1
View file @
cd24746a
...
...
@@ -36,8 +36,13 @@ data:
helperPod.yaml
:
|-
apiVersion: v1
kind: Pod
namespace: {{ default .Release.Namespace .Values.helperPod.namespaceOverride }}
metadata:
name: helper-pod
name: {{ .Values.helperPod.name }}
{{- with .Values.helperPod.annotations }}
annotations:
{{- toYaml . | nindent 8 }}
{{- end }}
spec:
priorityClassName: system-node-critical
tolerations:
...
...
This diff is collapsed.
Click to expand it.
deploy/chart/local-path-provisioner/values.yaml
+
6
−
0
View file @
cd24746a
...
...
@@ -158,6 +158,12 @@ configmap:
set -eu
rm -rf "$VOL_DIR"
helperPod
:
# Allows to run the helper pod in another namespace. Uses release namespace by default.
namespaceOverride
:
"
"
name
:
"
helper-pod"
annotations
:
{}
# Number of provisioner worker threads to call provision/delete simultaneously.
# workerThreads: 4
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment