File tree Expand file tree Collapse file tree 3 files changed +4
-126
lines changed
argocd/iac/terraform/examples/eks/private-git Expand file tree Collapse file tree 3 files changed +4
-126
lines changed Original file line number Diff line number Diff line change 44
55# Delete the Ingress/SVC before removing the addons
66TMPFILE=$( mktemp)
7- terraform output -raw configure_kubectl > " $TMPFILE "
8- source " $TMPFILE "
7+ # terraform output -raw configure_kubectl > "$TMPFILE"
8+ # source "$TMPFILE"
99
1010kubectl delete svc -n argocd argo-cd-argocd-server
11-
11+ terraform state rm kubernetes_namespace.argocd
1212terraform destroy -target=" module.gitops_bridge_bootstrap" -auto-approve
1313terraform destroy -target=" module.eks_blueprints_addons" -auto-approve
1414terraform destroy -target=" module.eks" -auto-approve
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ resource "kubernetes_secret" "git_secrets" {
151151 }
152152 git-workloads = {
153153 type = " git"
154- url = local.gitops_addons_org
154+ url = local.gitops_workloads_org
155155 sshPrivateKey = file (pathexpand (local. git_private_ssh_key ))
156156 }
157157 }
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments