File tree 5 files changed +10
-10
lines changed
tractusx-connector/templates
tractusx-connector-azure-vault/templates
tractusx-connector-memory/templates
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 18
18
#
19
19
20
20
{{- $fullName := include "txdc.fullname" . }}
21
- {{- $controlLabels := include "txdc.controlplane.labels" . | nindent 4 }}
21
+ {{- $controlLabels := include "txdc.controlplane.labels" . }}
22
22
{{- $controlEdcEndpoints := .Values.controlplane.endpoints }}
23
23
{{- $gitVersion := .Capabilities.KubeVersion.GitVersion }}
24
24
{{- $namespace := .Release.Namespace }}
@@ -39,7 +39,7 @@ metadata:
39
39
name : {{ $controlIngressName }}
40
40
namespace : {{ $namespace | default "default" | quote }}
41
41
labels :
42
- {{- $controlLabels | nindent 2 }}
42
+ {{- $controlLabels | nindent 4 }}
43
43
annotations :
44
44
{{- if and .className (not (semverCompare ">=1.18-0" $gitVersion)) }}
45
45
{{- if not (hasKey .annotations "kubernetes.io/ingress.class") }}
Original file line number Diff line number Diff line change 18
18
#
19
19
20
20
{{- $fullName := include "txdc.fullname" . }}
21
- {{- $dataLabels := include "txdc.dataplane.labels" . | nindent 4 }}
21
+ {{- $dataLabels := include "txdc.dataplane.labels" . }}
22
22
{{- $dataEdcEndpoints := .Values.dataplane.endpoints }}
23
23
{{- $gitVersion := .Capabilities.KubeVersion.GitVersion }}
24
24
{{- $namespace := .Release.Namespace }}
@@ -39,7 +39,7 @@ metadata:
39
39
name : {{ $dataIngressName }}
40
40
namespace : {{ $namespace | default "default" | quote }}
41
41
labels :
42
- {{- $dataLabels | nindent 2 }}
42
+ {{- $dataLabels | nindent 4 }}
43
43
annotations :
44
44
{{- if and .className (not (semverCompare ">=1.18-0" $gitVersion)) }}
45
45
{{- if not (hasKey .annotations "kubernetes.io/ingress.class") }}
Original file line number Diff line number Diff line change 21
21
#
22
22
23
23
{{- $fullName := include "txdc.fullname" . }}
24
- {{- $controlLabels := include "txdc.runtime.labels" . | nindent 4 }}
24
+ {{- $controlLabels := include "txdc.runtime.labels" . }}
25
25
{{- $controlEdcEndpoints := .Values.runtime.endpoints }}
26
26
{{- $gitVersion := .Capabilities.KubeVersion.GitVersion }}
27
27
{{- $namespace := .Release.Namespace }}
@@ -42,7 +42,7 @@ metadata:
42
42
name : {{ $controlIngressName }}
43
43
namespace : {{ $namespace | default "default" | quote }}
44
44
labels :
45
- {{- $controlLabels | nindent 2 }}
45
+ {{- $controlLabels | nindent 4 }}
46
46
annotations :
47
47
{{- if and .className (not (semverCompare ">=1.18-0" $gitVersion)) }}
48
48
{{- if not (hasKey .annotations "kubernetes.io/ingress.class") }}
Original file line number Diff line number Diff line change 21
21
#
22
22
23
23
{{- $fullName := include "txdc.fullname" . }}
24
- {{- $controlLabels := include "txdc.controlplane.labels" . | nindent 4 }}
24
+ {{- $controlLabels := include "txdc.controlplane.labels" . }}
25
25
{{- $controlEdcEndpoints := .Values.controlplane.endpoints }}
26
26
{{- $gitVersion := .Capabilities.KubeVersion.GitVersion }}
27
27
{{- $namespace := .Release.Namespace }}
@@ -42,7 +42,7 @@ metadata:
42
42
name : {{ $controlIngressName }}
43
43
namespace : {{ $namespace | default "default" | quote }}
44
44
labels :
45
- {{- $controlLabels | nindent 2 }}
45
+ {{- $controlLabels | nindent 4 }}
46
46
annotations :
47
47
{{- if and .className (not (semverCompare ">=1.18-0" $gitVersion)) }}
48
48
{{- if not (hasKey .annotations "kubernetes.io/ingress.class") }}
Original file line number Diff line number Diff line change 21
21
#
22
22
23
23
{{- $fullName := include "txdc.fullname" . }}
24
- {{- $dataLabels := include "txdc.dataplane.labels" . | nindent 4 }}
24
+ {{- $dataLabels := include "txdc.dataplane.labels" . }}
25
25
{{- $dataEdcEndpoints := .Values.dataplane.endpoints }}
26
26
{{- $gitVersion := .Capabilities.KubeVersion.GitVersion }}
27
27
{{- $namespace := .Release.Namespace }}
@@ -42,7 +42,7 @@ metadata:
42
42
name : {{ $dataIngressName }}
43
43
namespace : {{ $namespace | default "default" | quote }}
44
44
labels :
45
- {{- $dataLabels | nindent 2 }}
45
+ {{- $dataLabels | nindent 4 }}
46
46
annotations :
47
47
{{- if and .className (not (semverCompare ">=1.18-0" $gitVersion)) }}
48
48
{{- if not (hasKey .annotations "kubernetes.io/ingress.class") }}
You can’t perform that action at this time.
0 commit comments