From 3ef8d03050c9b8cfbdcc52d83898676d4fb65282 Mon Sep 17 00:00:00 2001 From: Aaron Sheffield Date: Tue, 10 Jul 2018 15:56:19 -0500 Subject: [PATCH] Add test pods labels. - Uses helm toolkit to add labels to test pods. Change-Id: I856b6522312f5a5fccbfae3bbb3fe6ccf98871ba --- charts/maas/templates/tests/test-maas-init.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/charts/maas/templates/tests/test-maas-init.yaml b/charts/maas/templates/tests/test-maas-init.yaml index 98ade81..fda93aa 100644 --- a/charts/maas/templates/tests/test-maas-init.yaml +++ b/charts/maas/templates/tests/test-maas-init.yaml @@ -11,11 +11,13 @@ # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and -# limitations under the License. */}} +# limitations under the License. +*/}} {{/* Test that the API is up and can be logged into and that an boot image and rack controller are available*/}} {{- if .Values.manifests.test_maas_api }} +{{- $envAll := . }} --- apiVersion: v1 kind: Pod @@ -23,6 +25,8 @@ metadata: name: "{{ .Release.Name }}-api-test" annotations: "helm.sh/hook": "test-success" + labels: +{{ tuple $envAll "maas" "init-test" | include "helm-toolkit.snippets.kubernetes_metadata_labels" | indent 4 }} spec: restartPolicy: Never containers: