You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These two attributes seem to return some kind of concatenated string version of an internal map representation, which looks like fieldName:accessModes[0],fieldValue:ReadWriteOncefieldName:apiVersion,fieldValue:kubedb.com/v1alpha1fieldName:kind,fieldValue:Redis
They are either:
broken and not doing what they were meant to do.
documented wrong as the documentation says at least one of these should contain YAML explicitly and the other implicitly since you say it will contain the manifest (which is normally presented in YAML formal)
From what I could make out in the code, you seem to handle them differently from the data you use later to generate the yaml_body representation.
The text was updated successfully, but these errors were encountered:
These fields are used for drift detection, however I've recently pushed a complete rewrite of that (in v1.7.0) to fix up some issues, notably around duplicate keys.
These two attributes seem to return some kind of concatenated string version of an internal map representation, which looks like
fieldName:accessModes[0],fieldValue:ReadWriteOncefieldName:apiVersion,fieldValue:kubedb.com/v1alpha1fieldName:kind,fieldValue:Redis
They are either:
From what I could make out in the code, you seem to handle them differently from the data you use later to generate the yaml_body representation.
The text was updated successfully, but these errors were encountered: