🐛 env values need to be string (#112)

cannot unmarshal bool into Go struct field EnvVar.spec.template.spec.containers.env.value of type string
This commit is contained in:
Joseph Kavanagh
2023-09-05 13:26:50 +02:00
committed by GitHub
parent 07c8fae927
commit 2827fef273
+1 -1
View File
@@ -22,4 +22,4 @@ lapi:
value: "k8s linux test"
# If it's a test, we don't want to share signals with CrowdSec so disable the Online API.
- name: DISABLE_ONLINE_API
value: true
value: "true"