mirror of
https://github.com/Telecominfraproject/wlan-cloud-helm.git
synced 2025-11-01 02:57:48 +00:00
indentation
This commit is contained in:
@@ -50,12 +50,8 @@ spec:
|
|||||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||||
{{- if .Values.global.testingEnabled }}
|
{{- if .Values.global.testingEnabled }}
|
||||||
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}-{{.Values.global.testingTimestamp}}
|
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}-{{.Values.global.testingTimestamp}}
|
||||||
{{- else }}
|
{{- else }}
|
||||||
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}
|
image: {{ .Values.global.repository }}/{{ .Values.image.name }}:{{ .Values.image.tag }}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
imagePullPolicy: {{ .Values.global.pullPolicy }}
|
imagePullPolicy: {{ .Values.global.pullPolicy }}
|
||||||
env:
|
env:
|
||||||
{{- include "common.env" . | nindent 12 }}
|
{{- include "common.env" . | nindent 12 }}
|
||||||
|
|||||||
Reference in New Issue
Block a user