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
Copy file name to clipboardExpand all lines: chart/values.schema.json
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3086,17 +3086,25 @@
3086
3086
"type": "string",
3087
3087
"description": "APIVersion is the apiVersion of the referenced object."
3088
3088
},
3089
+
"apiVersionPath": {
3090
+
"type": "string",
3091
+
"description": "APIVersionPath is optional relative path to use to determine the kind. If APIVersionPath is not found, will fallback to apiVersion."
3092
+
},
3089
3093
"kind": {
3090
3094
"type": "string",
3091
3095
"description": "Kind is the kind of the referenced object."
3092
3096
},
3097
+
"kindPath": {
3098
+
"type": "string",
3099
+
"description": "KindPath is the optional relative path to use to determine the kind. If KindPath is not found, will fallback to kind."
3100
+
},
3093
3101
"namePath": {
3094
3102
"type": "string",
3095
-
"description": "NamePath is the optional path to the reference name within the object. If omitted namePath equals to the\ntranslate patch path."
3103
+
"description": "NamePath is the optional relative path to the reference name within the object."
3096
3104
},
3097
3105
"namespacePath": {
3098
3106
"type": "string",
3099
-
"description": "NamespacePath is the optional path to the reference namespace within the object. If omitted namespacePath equals to the\nmetadata.namespace path of the object."
3107
+
"description": "NamespacePath is the optional relative path to the reference namespace within the object. If omitted or not found, namespacePath equals to the\nmetadata.namespace path of the object."
0 commit comments