Skip to content

Conversation

@babantax
Copy link

No description provided.

hlebkanonik
hlebkanonik previously approved these changes Nov 12, 2024
image: "{{ include "reportportal.image" (dict "Values" .Values "service" "k8sWaitFor") }}"
imagePullPolicy: IfNotPresent
securityContext:
{{ toYaml .Values.serviceapi.containerSecurityContext | indent 12}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "serviceapi") }}"
imagePullPolicy: "{{ .Values.serviceapi.pullPolicy }}"
securityContext:
{{ toYaml .Values.serviceapi.containerSecurityContext | indent 12 }}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "k8sWaitFor") }}"
imagePullPolicy: IfNotPresent
securityContext:
{{ toYaml .Values.uat.containerSecurityContext | indent 12}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "uat") }}"
imagePullPolicy: "{{ .Values.uat.pullPolicy }}"
securityContext:
{{ toYaml .Values.uat.containerSecurityContext | indent 12}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "serviceindex") }}"
imagePullPolicy: "{{ .Values.serviceindex.pullPolicy }}"
securityContext:
{{ toYaml .Values.serviceindex.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "serviceanalyzer") }}"
imagePullPolicy: "{{ .Values.serviceanalyzer.pullPolicy }}"
securityContext:
{{ toYaml .Values.serviceanalyzer.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "k8sWaitFor") }}"
imagePullPolicy: IfNotPresent
securityContext:
{{ toYaml .Values.serviceanalyzertrain.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "serviceanalyzer") }}"
imagePullPolicy: "{{ .Values.serviceanalyzertrain.pullPolicy }}"
securityContext:
{{ toYaml .Values.serviceanalyzertrain.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "k8sWaitFor") }}"
imagePullPolicy: IfNotPresent
securityContext:
{{ toYaml .Values.metricsgatherer.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

image: "{{ include "reportportal.image" (dict "Values" .Values "service" "metricsgatherer") }}"
imagePullPolicy: "{{ .Values.metricsgatherer.pullPolicy }}"
securityContext:
{{ toYaml .Values.metricsgatherer.containerSecurityContext | indent 10}}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

format with nindent

@hlebkanonik hlebkanonik dismissed their stale review November 12, 2024 15:50

Please change the indentation to nindent for a more human-readable format in the templates

@raikbitters
Copy link
Member

@babantax please reformat the text using nindent as it improves the readability of templates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants