08 May 2020 09:49 PM
Hi I am configuring management zone for kubernetes application via API..i have a json code,
"conditions": [
{
"key": {
"attribute": "PROCESS_GROUP_NAME"
},
"comparisonInfo": {
"type": "STRING",
"operator": "BEGINS_WITH",
"value": "{{kubernetes_namespace}}",
"negate": false,
"caseSensitive": true
}
But i need the rule to be setup with Kubernetes namespace like,
But i couldn't find the key word Kubernetes_namespace for attribute to set it up. Help me to fix this..!!
Solved! Go to Solution.
09 May 2020 12:23 AM
Id open a support chat or a support ticket - that will be the fastest way to resolving your issue.
11 May 2020 05:52 PM
Solution:
"key": {
"attribute": "PROCESS_GROUP_PREDEFINED_METADATA",
"dynamicKey": "KUBERNETES_NAMESPACE",
"type": "PROCESS_PREDEFINED_METADATA_KEY"
}