Skip to content
Snippets Groups Projects
Commit 39ef8084 authored by xeruf's avatar xeruf
Browse files

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"}}}}}
parent 7f5ef2df
No related branches found
No related tags found
No related merge requests found
...@@ -5,7 +5,7 @@ metadata: ...@@ -5,7 +5,7 @@ metadata:
name: stackspin-gitea-values name: stackspin-gitea-values
namespace: stackspout namespace: stackspout
data: data:
values.yaml: values.yaml: |
ingress: ingress:
enabled: true enabled: true
annotations: annotations:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment