This repository has been archived by the owner on Jul 26, 2022. It is now read-only.
Cannot create 'stringData' field in Native secret #865
Unanswered
kencieszykowski
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey there!
For whatever reason, the target application I'm looking to deploy is looking for their native Kubernetes secret to include the
stringData
field. I'm following the documentation in the Readme , but nevertheless the controller continues to put values in thedata:
field when it gets translated into a native secret.I figured the templating would allow me to adjust how the resulting secret looks, but for the life of me I can't figure out how to render an unencoded
stringData:
block.Any help would be appreciated!
Beta Was this translation helpful? Give feedback.
All reactions