From f0c12074c58cda701e606bbfcce3ecc1a0277f3d Mon Sep 17 00:00:00 2001 From: Cansu <31902747+ckavili@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:57:25 +0300 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 0dc917d5..06c4ac3b 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