UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects

Resolve "[bug] gitlab script tests failing regularly in umbrella tests due to inability to access kubeapi from within the test container"

All threads resolved!
Files
5
@@ -60,6 +60,7 @@ spec:
{{- end }}
securityContext:
runAsUser: {{ .Values.upgradeCheck.securityContext.runAsUser }}
runAsGroup: {{ .Values.upgradeCheck.securityContext.runAsGroup }}
fsGroup: {{ .Values.upgradeCheck.securityContext.fsGroup }}
restartPolicy: Never
{{- include "gitlab.image.pullSecrets" $imageCfg | nindent 6}}
Loading