Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix kubepassword export folder #36

Merged
merged 1 commit into from
Jul 8, 2024
Merged

Conversation

saintdle
Copy link
Contributor

Fixed issue where auth folder is exported from bastion host to local folder under the newly created auth folder, meaning you now have auth/auth this also means terraform destroy did not work as it complained about not finding the kubeconfig and kube-password files locally.

@displague displague merged commit 44ac156 into equinix:main Jul 8, 2024
1 check passed
@displague
Copy link
Member

Confirmed the auth/auth path existing for me. Also received feedback that

program = ["/bin/bash", "-c", "[ -f \"${path.root}/auth/kubeadmin-password\" ] && echo \"{\\\"password\\\":\\\"$(cat ${path.root}/auth/kubeadmin-password)\\\"}\""]
was affected by this.

@saintdle saintdle deleted the patch-1 branch July 9, 2024 07:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants