What's the best way to create a Secret, and then n...
# kubernetes
l
What's the best way to create a Secret, and then not update the stringData field the next time?
Found it: just add
ignoreChanges: ['stringData']
to the
opts
parameter. For whatever reason, my initial Googling didn't lead to any documentation for this common
ignoreChanges
field.