We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We get the kubeconfig from there: https://github.com/adorsys/ops-k8s-bootstrap/blob/18d81d1c391083587b9c85dd251a949840a94a05/.github/workflows/pr.yml#L41
The projectID (first cryptic string) is static, but the second id (reflecting clusterID) needs to be configured somewhere.
I've no idea where. These values could/should(?) be masked: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-masking-a-string
AC:
The text was updated successfully, but these errors were encountered:
feat(init): remove output from terraform (#38)
e4cf964
We used to have the clusterID outputted by terraform. This is not possible if the cluster is newly created and not present in the tfstate.
I've now moved to a static file which we just cat
cat
Sorry, something went wrong.
f4d8e68
8638fe7
No branches or pull requests
We get the kubeconfig from there:
https://github.com/adorsys/ops-k8s-bootstrap/blob/18d81d1c391083587b9c85dd251a949840a94a05/.github/workflows/pr.yml#L41
The projectID (first cryptic string) is static, but the second id (reflecting clusterID) needs to be configured somewhere.
I've no idea where. These values could/should(?) be masked: https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#example-masking-a-string
AC:
The text was updated successfully, but these errors were encountered: