From 3b7596784de94e134660cb838a48aaf401d2ebdc Mon Sep 17 00:00:00 2001 From: Guillaume Moutier Date: Fri, 22 Nov 2024 11:14:46 -0500 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8add=20username=20to=20argo=20app=20nam?= =?UTF-8?q?e=E2=9C=A8=20(#186)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/ROOT/pages/05-03-web-app-deploy-application.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/modules/ROOT/pages/05-03-web-app-deploy-application.adoc b/content/modules/ROOT/pages/05-03-web-app-deploy-application.adoc index 1a41bf7..fef25cf 100644 --- a/content/modules/ROOT/pages/05-03-web-app-deploy-application.adoc +++ b/content/modules/ROOT/pages/05-03-web-app-deploy-application.adoc @@ -34,7 +34,7 @@ image::05/05-edit-as-yaml.png[] apiVersion: argoproj.io/v1alpha1 kind: Application metadata: - name: claim-insurance-app + name: claim-insurance-app-{user} spec: destination: server: https://kubernetes.default.svc