summaryrefslogtreecommitdiffstats
path: root/kubernetes/common/mariadb-init/templates/job.yaml
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-03-05 15:59:33 +0000
committerGerrit Code Review <gerrit@onap.org>2023-03-05 15:59:33 +0000
commite9fe498f17933a78ae3fcbea3502dc8b7fc545a1 (patch)
treece22b3ae38917cd471cef6110a377d6722531060 /kubernetes/common/mariadb-init/templates/job.yaml
parent5e6114080035729f4da49f05ddfe279b54ef544f (diff)
parenta7ac7f022a8d2553d637ad8bf5fe3f12b65aa76e (diff)
Merge "[COMMON] Fix resources indent"
Diffstat (limited to 'kubernetes/common/mariadb-init/templates/job.yaml')
-rw-r--r--kubernetes/common/mariadb-init/templates/job.yaml3
1 files changed, 1 insertions, 2 deletions
diff --git a/kubernetes/common/mariadb-init/templates/job.yaml b/kubernetes/common/mariadb-init/templates/job.yaml
index e911d46d12..e638415548 100644
--- a/kubernetes/common/mariadb-init/templates/job.yaml
+++ b/kubernetes/common/mariadb-init/templates/job.yaml
@@ -91,8 +91,7 @@ spec:
- name: mariadb-conf
mountPath: /db_config/
{{- end }}
- resources:
-{{ include "common.resources" . | indent 12 }}
+ resources: {{ include "common.resources" . | nindent 10 }}
{{ include "common.waitForJobContainer" . | indent 6 | trim }}
{{- if .Values.nodeSelector }}
nodeSelector: