Fix Comfy MZ definition after removal of Namespace tag
parent
8e6d1486e1
commit
1564486249
|
|
@ -11,8 +11,8 @@
|
||||||
"type": "TAG",
|
"type": "TAG",
|
||||||
"value": {
|
"value": {
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Namespace",
|
"key": "app-id",
|
||||||
"value": "{{.tag}}"
|
"value": "{{.appId}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
|
|
@ -36,8 +36,8 @@
|
||||||
"type": "TAG",
|
"type": "TAG",
|
||||||
"value": {
|
"value": {
|
||||||
"context": "CONTEXTLESS",
|
"context": "CONTEXTLESS",
|
||||||
"key": "Namespace",
|
"key": "app-id",
|
||||||
"value": "{{.tag}}"
|
"value": "{{.appId}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"key": {
|
"key": {
|
||||||
|
|
@ -51,27 +51,6 @@
|
||||||
],
|
],
|
||||||
"type": "PROCESS_GROUP"
|
"type": "PROCESS_GROUP"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"conditions": [
|
|
||||||
{
|
|
||||||
"comparisonInfo": {
|
|
||||||
"negate": false,
|
|
||||||
"operator": "EQUALS",
|
|
||||||
"type": "TAG",
|
|
||||||
"value": {
|
|
||||||
"context": "CONTEXTLESS",
|
|
||||||
"key": "Namespace",
|
|
||||||
"value": "{{.tag}}"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"key": {
|
|
||||||
"attribute": "HOST_TAGS"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"enabled": true,
|
|
||||||
"type": "HOST"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"conditions": [
|
"conditions": [
|
||||||
{
|
{
|
||||||
|
|
|
||||||
|
|
@ -4,3 +4,4 @@ config:
|
||||||
CDcomfy:
|
CDcomfy:
|
||||||
- name: CD_comfy
|
- name: CD_comfy
|
||||||
- tag: comfy
|
- tag: comfy
|
||||||
|
- appId: APP-29681
|
||||||
Loading…
Reference in New Issue