Closed kuanf closed 1 year ago
Can you provide some sample CR yamls reflecting this changes? Should it be in https://github.com/turbonomic/orm/blob/master/config/samples?
Can you provide some sample CR yamls reflecting this changes? Should it be in https://github.com/turbonomic/orm/blob/master/config/samples?
updated the orm sample to show the syntax. particularly for this feature, the {{.owned.labels.appname}}
gets the value of a label in deployment (e.g. "mydb" in the example below and use that in owner path)
metadata:
labels:
appname: mydb
appname
could be anything defined by user. Except the limitation in #40
….xxx.xx}}
38
There is a problem with escaping dot (.) in jsonpath for ORM in general. It is addressed in separate issue #40