Commit f554a964 authored by Dimitrios Giannopoulos's avatar Dimitrios Giannopoulos
Browse files

feat: added correct identation for pod annotations

parent 93197227
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
        {{- include "openslice.selectorLabels" . | nindent 8 }}
      annotations:
        {{- with .Values.blockdiag.podAnnotations }}
        {{- toYaml . | nindent 4 }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
    spec:
      containers:
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
        {{- include "openslice.selectorLabels" . | nindent 8 }}
      annotations:
        {{- with .Values.bugzilla.podAnnotations }}
        {{- toYaml . | nindent 4 }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
    spec:
      containers:
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
        {{- include "openslice.selectorLabels" . | nindent 8 }}
      annotations:
        {{- with .Values.centrallog.podAnnotations }}
        {{- toYaml . | nindent 4 }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
    spec:
      containers:
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ spec:
        {{- include "openslice.selectorLabels" . | nindent 8 }}
      annotations:
        {{- with .Values.cridge.podAnnotations }}
        {{- toYaml . | nindent 4 }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
    spec:
      containers:
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ spec:
        {{- include "openslice.selectorLabels" . | nindent 8 }}
      annotations:
        {{- with .Values.keycloak.podAnnotations }}
        {{- toYaml . | nindent 4 }}
        {{- toYaml . | nindent 8 }}
        {{- end }}
    spec:
      initContainers:
Loading