Interestingly enough, the two resources that are e...
# kubernetes
o
Interestingly enough, the two resources that are encountering this error are doing a replace operation. One being a
Secret
and the other being a
ConfigMap
. Looks like it's triggering a replace since it's changing the
data
fields on both.