File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
charts/localstack/templates/tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " localstack.fullname" . }}-test-connection"
5+ namespace : {{ .Release.Namespace | quote }}
56 labels :
67 app.kubernetes.io/name : {{ include "localstack.name" . }}
78 helm.sh/chart : {{ include "localstack.chart" . }}
Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ apiVersion: v1
22kind : Pod
33metadata :
44 name : " {{ include " localstack.fullname" . }}-test-s3"
5+ namespace : {{ .Release.Namespace | quote }}
56 labels :
67 app.kubernetes.io/name : {{ include "localstack.name" . }}
78 helm.sh/chart : {{ include "localstack.chart" . }}
2223 value : test
2324 - name : AWS_DEFAULT_REGION
2425 value : us-east-1
25- restartPolicy : Never
26+ restartPolicy : Never
You can’t perform that action at this time.
0 commit comments