This repository has been archived by the owner on Sep 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
feat: truthy statements and integers should have an override #115
Comments
@scottd018 Have you tried this out? https://docs.yaml-overlay-tool.io/sections/formatMarkers.html#forcing-types-with-yaml-tags |
@ahuffman I didn't but I just tried again with the same result: Error:
Task: - name: "ensure the rabbitmq secure password is output as a string"
query: stringData.RABBITMQ_SECURE_PASSWORD
value: !!str "%v" Output:
Manifest: stringData:
RABBITMQ_SECURE_PASSWORD: "yes" |
Thanks for the further details. Have you tried running without the extra formatting option |
Yep. I've tried it with all available options. It's almost like truthy values are ignored when attempting to type convert |
Interesting, what's the original manifest look like? |
@JefeDavis any thoughts on this one? |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
When using other systems like Kubernetes, there should be an override when using
-S doubleQuoted
to override that setting for integers and truthy statements:The text was updated successfully, but these errors were encountered: