File tree 2 files changed +10
-13
lines changed
2 files changed +10
-13
lines changed Original file line number Diff line number Diff line change
1
+ global :
2
+ domain : argocd.127.0.0.1.nip.io
1
3
configs :
2
4
secret :
3
5
argocdServerAdminPassword : " $2a$10$m3eTlEdRen0nS86c5Zph5u/bDFQMcWZYdG3NVdiyaACCqoxLJaz16"
4
6
argocdServerAdminPasswordMtime : " 2021-11-08T15:04:05Z"
5
7
cm :
6
8
application.resourceTrackingMethod : annotation
9
+ params :
10
+ " server.insecure " : true
7
11
server :
8
12
extraArgs :
9
13
- --insecure
10
14
ingress :
11
15
enabled : true
12
16
ingressClassName : traefik
13
- hosts :
14
- - argocd.212.2.246.1.nip.io
Original file line number Diff line number Diff line change @@ -310,7 +310,11 @@ echo "export INGRESS_HOST=$INGRESS_HOST" >> .env
310
310
# Kubernetes #
311
311
# #############
312
312
313
- yq --inplace " .server.ingress.hosts[0] = \" gitops.${INGRESS_HOST} .nip.io\" " idp-demo/argocd/helm-values.yaml
313
+ yq --inplace \
314
+ " .global.domain = \" gitops.${INGRESS_HOST} .nip.io\" " \
315
+ idp-demo/argocd/helm-values.yaml
316
+
317
+ # yq --inplace ".server.ingress.hosts[0] = \"gitops.${INGRESS_HOST}.nip.io\"" idp-demo/argocd/helm-values.yaml
314
318
315
319
cd idp-demo
316
320
@@ -333,16 +337,7 @@ gum style \
333
337
--margin " 1 2" --padding " 2 4" \
334
338
' 1. Open https://app.getport.io in a browser
335
339
336
- 2. Register (if not already).
337
-
338
- 3. Select the "Builder" page.
339
-
340
- 4. Click the "+ Add" button, select "Choose from template",
341
- followed with "Map your Kubernetes ecosystem".
342
-
343
- 5. Click the "Get this template" button, keep "Are you using
344
- ArgoCD" set to "False", and click the "Next" button, ignore
345
- the instructions to run a script and click the "Done" button.'
340
+ 2. Register (if not already).'
346
341
347
342
gum input --placeholder "
348
343
Press the enter key to continue."
You can’t perform that action at this time.
0 commit comments