From 8a84842868ac673653ae9aecdd2b1a61d21d6bc5 Mon Sep 17 00:00:00 2001 From: Emanuele Fumagalli Date: Mon, 7 Aug 2023 23:38:06 +0100 Subject: [PATCH] Use namespace transformer --- kustomize/kustomization.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kustomize/kustomization.yaml b/kustomize/kustomization.yaml index 96a6fa1..1621c9f 100644 --- a/kustomize/kustomization.yaml +++ b/kustomize/kustomization.yaml @@ -7,4 +7,5 @@ resources: images: - name: geo3d-image newName: ghcr.io/efumagal/geo-3d-otel - newTag: 20230807-1023 + newTag: 20230807-1022 +namespace: test-apps