UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Developer Tools
sonarqube
Commits
c7a28050
Commit
c7a28050
authored
Sep 02, 2021
by
Branden Cobb
Browse files
busybox remove
parent
bd90970f
Pipeline
#457851
passed with stages
in 5 minutes and 21 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
chart/charts/postgresql-8.6.4.tgz
chart/charts/postgresql-8.6.4.tgz
+0
-0
chart/deps/postgresql/values.yaml
chart/deps/postgresql/values.yaml
+2
-2
chart/values.yaml
chart/values.yaml
+3
-3
No files found.
chart/charts/postgresql-8.6.4.tgz
View file @
c7a28050
No preview for this file type
chart/deps/postgresql/values.yaml
View file @
c7a28050
...
...
@@ -334,7 +334,7 @@ master:
priorityClassName
:
"
"
extraInitContainers
:
|
# - name: do-something
# image:
busybox
# image:
# command: ['do', 'something']
## Additional PostgreSQL Master Volume mounts
...
...
@@ -374,7 +374,7 @@ slave:
priorityClassName
:
"
"
extraInitContainers
:
|
# - name: do-something
# image:
busybox
# image:
# command: ['do', 'something']
## Additional PostgreSQL Slave Volume mounts
##
...
...
chart/values.yaml
View file @
c7a28050
...
...
@@ -115,7 +115,7 @@ livenessProbe:
# sonar.web.context: /sonarqube
initContainers
:
# image:
busybox:1.32
# image:
# We allow the init containers to have a separate security context declaration because
# the initContainer may not require the same as SonarQube.
# securityContext: {}
...
...
@@ -132,7 +132,7 @@ initContainers:
extraInitContainers
:
{}
# Extra init containers to e.g. download required artifacts
# - name: "prometheus-exporter-downloader"
# image: "
busybox
"
# image: ""
# imagePullPolicy: "IfNotPresent"
# securityContext:
# runAsNonRoot: true
...
...
@@ -159,7 +159,7 @@ initSysctl:
fsFileMax
:
131072
nofile
:
131072
nproc
:
8192
# image:
busybox:1.32
# image:
securityContext
:
privileged
:
true
# resources: {}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment