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!
4 files
+ 11
6
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -520,7 +520,7 @@ Return upgradeCheck container specific securityContext template
{{- define "upgradeCheck.containerSecurityContext" }}
{{- if .Values.upgradeCheck.containerSecurityContext }}
securityContext:
{{- toYaml .Values.upgradeCheck.containerSecurityContext | nindent 2 }}
{{- toYaml .Values.containerSecurityContext | nindent 2 }}
{{- end }}
{{- end }}
Loading