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

Use flux_bootstrap_git in Terraform docs #1458

Merged
merged 1 commit into from
Apr 12, 2023
Merged

Use flux_bootstrap_git in Terraform docs #1458

merged 1 commit into from
Apr 12, 2023

Conversation

stefanprodan
Copy link
Member

Signed-off-by: Stefan Prodan <stefan.prodan@gmail.com>
@stefanprodan stefanprodan added the area/docs Documentation related issues and pull requests label Apr 12, 2023
Copy link
Contributor

@darkowlzz darkowlzz left a comment

Choose a reason for hiding this comment

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

LGTM!

@stefanprodan stefanprodan merged commit 8c55ac6 into main Apr 12, 2023
@stefanprodan stefanprodan deleted the tf-bootstrap branch April 12, 2023 11:01
branch = "main"
resource "flux_bootstrap_git" "this" {
path = "clusters/my-cluster"
network_policy = true
Copy link
Member

Choose a reason for hiding this comment

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

Network policy is true by default.

Copy link
Member Author

Choose a reason for hiding this comment

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

I know, this is here to showcase that it can be disabled.

resource "flux_bootstrap_git" "this" {
path = "clusters/my-cluster"
network_policy = true
kustomization_override = file("${path.module}/kustomization.yaml")
Copy link
Member

Choose a reason for hiding this comment

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

What is the contents of kustomization_override?

Copy link
Member Author

Choose a reason for hiding this comment

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

There is none here, but in the next section. I could maybe link to the next one from here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/docs Documentation related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants