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

GKE helm provider deployment guide #109

Merged
merged 11 commits into from Jun 7, 2022

Conversation

romankor
Copy link
Contributor

@romankor romankor commented Jun 2, 2022

Changes

  • Adding helm deployment guide

@romankor romankor requested a review from alexmensch June 2, 2022 22:46
Copy link
Contributor

@alexmensch alexmensch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@romankor left some more specific comments, but basically let's add a variables definition section up front in the guide so that the variables in the rest of the example refer to how we've defined them.

Comment on lines 60 to 64
provider "google" {
project = var.project_id
region = var.region
zone = var.zone
}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See my comment below, too, but let's create a new section in the guide that defines all the variables that are used with placeholder examples. That allows someone to literally copy & paste as they go without guessing on our intent.


set {
name = "connector.network"
value = var.network
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This variable isn't defined anywhere, so in line with my comment above, let's create a new variables example section in this guide. Right now we have "autoco" set in the Twingate provider config manually.

```terraform
provider "twingate" {
api_token = "1234567890abcdef"
network = "autoco"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's convert this to a variable definition.

@romankor romankor requested a review from alexmensch June 7, 2022 18:56
@romankor romankor merged commit d968d6a into main Jun 7, 2022
@romankor romankor deleted the feature/TG-3070-helm-deployment-guide branch June 7, 2022 19:48
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.

None yet

2 participants