Skip to content

Commit

Permalink
Generate docs
Browse files Browse the repository at this point in the history
Signed-off-by: Philip Laine <[email protected]>
  • Loading branch information
Philip Laine committed Nov 23, 2020
1 parent 3d853b3 commit 92317b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/guides/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,12 @@ resource "kubernetes_namespace" "flux_system" {
metadata {
name = "flux-system"
}
lifecycle {
ignore_changes = [
metadata[0].labels,
]
}
}
data "kubectl_file_documents" "install" {
Expand Down

0 comments on commit 92317b1

Please sign in to comment.