Replies: 1 comment
-
I don't think kustomize handles ini files nativey. maybe these are your options:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
So i have this configmap.yml file i want to add data to the key
rabbitmq.conf |-
ive tried so many diff methods according to docs, also tried with the configmap generator, im using overlays for diff env so in my base i have this ( i have more just for ease of complexity)
now in my overlay i want to append this to the rabbitmq.conf key
so it turns out like this
ive tried as mentioned with generator, merge, replace, add files everythiing, is this just not a thing in kustomize ?
Beta Was this translation helpful? Give feedback.
All reactions