Skip to content

Commit ab10a09

Browse files
committed
Argo CD
1 parent f9e59dd commit ab10a09

File tree

2 files changed

+10
-13
lines changed

2 files changed

+10
-13
lines changed

argocd/helm-values.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1+
global:
2+
domain: argocd.127.0.0.1.nip.io
13
configs:
24
secret:
35
argocdServerAdminPassword: "$2a$10$m3eTlEdRen0nS86c5Zph5u/bDFQMcWZYdG3NVdiyaACCqoxLJaz16"
46
argocdServerAdminPasswordMtime: "2021-11-08T15:04:05Z"
57
cm:
68
application.resourceTrackingMethod: annotation
9+
params:
10+
"server.insecure": true
711
server:
812
extraArgs:
913
- --insecure
1014
ingress:
1115
enabled: true
1216
ingressClassName: traefik
13-
hosts:
14-
- argocd.212.2.246.1.nip.io

setup.sh

+6-11
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,11 @@ echo "export INGRESS_HOST=$INGRESS_HOST" >> .env
310310
# Kubernetes #
311311
##############
312312

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
314318

315319
cd idp-demo
316320

@@ -333,16 +337,7 @@ gum style \
333337
--margin "1 2" --padding "2 4" \
334338
'1. Open https://app.getport.io in a browser
335339
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).'
346341

347342
gum input --placeholder "
348343
Press the enter key to continue."

0 commit comments

Comments
 (0)