gitea: fix configmap typo

Kustomization reconciliation failed: ConfigMap/stackspout/stackspin-gitea-values dry-run failed, error: failed to create typed patch object (stackspout/stackspin-gitea-values; /v1, Kind=ConfigMap): .data.values.yaml: expected string, got &value.valueUnstructured{Value:map[string]interface {}{"ingress":map[string]interface {}{"annotations":map[string]interface {}{"kubernetes.io/tls-acme":"true"}, "enabled":true, "hosts":[]interface {}{map[string]interface {}{"host":"dev.${domain}", "paths":[]interface {}{map[string]interface {}{"path":"/", "pathType":"Prefix"}}}}, "tls":[]interface {}{map[string]interface {}{"hosts":[]interface {}{"dev.${domain}"}, "secretName":"gitea-tls"}}}}}
This commit is contained in:
xeruf 2022-06-28 11:07:31 +01:00
parent 7f5ef2df9b
commit 39ef8084ad
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ metadata:
name: stackspin-gitea-values
namespace: stackspout
data:
values.yaml:
values.yaml: |
ingress:
enabled: true
annotations: