File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ data "kustomizer_manifest" "gitea" {
150150 namespace: ${ yamlencode (local. gitea_namespace )}
151151 resources:
152152 - resources/resources.yaml
153- EOF
153+ EOF
154154 " resources/resources.yaml" = data.helm_template.gitea.manifest
155155 }
156156}
Original file line number Diff line number Diff line change @@ -144,12 +144,12 @@ data "talos_machine_configuration" "controller" {
144144 {
145145 name = " spin"
146146 contents = <<- EOF
147- apiVersion: node.k8s.io/v1
148- kind: RuntimeClass
149- metadata:
150- name: wasmtime-spin-v2
151- handler: spin
152- EOF
147+ apiVersion: node.k8s.io/v1
148+ kind: RuntimeClass
149+ metadata:
150+ name: wasmtime-spin-v2
151+ handler: spin
152+ EOF
153153 },
154154 {
155155 name = " cilium"
Original file line number Diff line number Diff line change @@ -178,7 +178,7 @@ data "kustomizer_manifest" "zot" {
178178 namespace: ${ yamlencode (local. zot_namespace )}
179179 resources:
180180 - resources/resources.yaml
181- EOF
181+ EOF
182182 " resources/resources.yaml" = data.helm_template.zot.manifest
183183 }
184184}
You can’t perform that action at this time.
0 commit comments