Fix Comfy MZ definition after removal of Namespace tag
parent
8e6d1486e1
commit
1564486249
|
|
@ -11,8 +11,8 @@
|
|||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Namespace",
|
||||
"value": "{{.tag}}"
|
||||
"key": "app-id",
|
||||
"value": "{{.appId}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
|
|
@ -36,8 +36,8 @@
|
|||
"type": "TAG",
|
||||
"value": {
|
||||
"context": "CONTEXTLESS",
|
||||
"key": "Namespace",
|
||||
"value": "{{.tag}}"
|
||||
"key": "app-id",
|
||||
"value": "{{.appId}}"
|
||||
}
|
||||
},
|
||||
"key": {
|
||||
|
|
@ -51,27 +51,6 @@
|
|||
],
|
||||
"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": [
|
||||
{
|
||||
|
|
|
|||
|
|
@ -4,3 +4,4 @@ config:
|
|||
CDcomfy:
|
||||
- name: CD_comfy
|
||||
- tag: comfy
|
||||
- appId: APP-29681
|
||||
Loading…
Reference in New Issue