Resolve "Update to define Extra Volumes, VolumeMounts, and InitContainers"
Merged
requested to merge 132-update-to-define-extra-volumes-volumemounts-and-initcontainers into main
Edited by Nigel Bazzeghin
Merge request reports
Activity
assigned to @nbazzeghin
Big Bang Smoke Test big-bang/bigbang!5032 (closed)
added statusreview label and removed statusdoing label
requested review from @alfredodiaz53, @cschaefer, @daniel.stocum, @dpritchettrm, @matt.vasquez, and @nbazzeghin
removed review request for @nbazzeghin
Booted up fine with the following overrides to appease kyverno:
addons: fortify: values: webapp: extraVolumes: - name: extra-volume1 emptyDir: {} extraVolumeMounts: - name: extra-volume1 mountPath: "/ev-1" extraInitContainers: - name: extra-container1 image: "registry1.dso.mil/ironbank/google/golang/golang-1.20:1.20.14" securityContext: capabilities: drop: - ALL fsGroup: 1111 fsGroupChangePolicy: OnRootMismatch runAsUser: 1111 runAsGroup: 1111 runAsNonRoot: true imagePullPolicy: IfNotPresent command: - touch args: - /ev-1/from-extra-init-container volumeMounts: - name: extra-volume1 mountPath: /ev-1
Edited by Daniel Pritchettmentioned in commit b7f54bf3
mentioned in merge request big-bang/bigbang!5041 (merged)
Please register or sign in to reply