Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions argocd/iac/terraform/examples/eks/private-git/destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ set -x

# Delete the Ingress/SVC before removing the addons
TMPFILE=$(mktemp)
terraform output -raw configure_kubectl > "$TMPFILE"
source "$TMPFILE"
#terraform output -raw configure_kubectl > "$TMPFILE"
#source "$TMPFILE"

kubectl delete svc -n argocd argo-cd-argocd-server

terraform state rm kubernetes_namespace.argocd
terraform destroy -target="module.gitops_bridge_bootstrap" -auto-approve
terraform destroy -target="module.eks_blueprints_addons" -auto-approve
terraform destroy -target="module.eks" -auto-approve
Expand Down
2 changes: 1 addition & 1 deletion argocd/iac/terraform/examples/eks/private-git/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ resource "kubernetes_secret" "git_secrets" {
}
git-workloads = {
type = "git"
url = local.gitops_addons_org
url = local.gitops_workloads_org
sshPrivateKey = file(pathexpand(local.git_private_ssh_key))
}
}
Expand Down
122 changes: 0 additions & 122 deletions argocd/iac/terraform/examples/eks/private-git/tes.yaml

This file was deleted.