Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-hermann-sva authored Jun 16, 2024
1 parent 77637fc commit 24fb774
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,16 @@ variable "configmaps" {

variable "kustomization_patches" {
type = string
default = ""
nullable = true
description = "kustomization_patches"
}
default = <<-EOT
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- gotk-components.yaml
- gotk-sync.yaml
EOT
}

variable "additional_manifests" {
type = list(object({
Expand Down

0 comments on commit 24fb774

Please sign in to comment.