UNCLASSIFIED

Commit c7a28050 authored by Branden Cobb's avatar Branden Cobb
Browse files

busybox remove

parent bd90970f
Pipeline #457851 passed with stages
in 5 minutes and 21 seconds
......@@ -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
##
......
......@@ -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: {}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment