We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7c195e commit def78ffCopy full SHA for def78ff
1 file changed
.github/workflows/argocd-deployment-failure.yml
@@ -20,6 +20,7 @@ jobs:
20
const payload = context.payload.client_payload || {};
21
const appName = payload.app_name || 'unknown';
22
const clusterName = payload.cluster || 'in-cluster';
23
+ const resourceGroup = payload.resource_group || 'unknown';
24
const namespace = payload.namespace || 'default';
25
const healthStatus = payload.health_status || 'unknown';
26
const syncStatus = payload.sync_status || 'unknown';
@@ -74,6 +75,7 @@ jobs:
74
75
| Field | Value |
76
|-------|-------|
77
| Cluster Name | \`${clusterName}\` |
78
+ | Resource Group | \`${resourceGroup}\` |
79
| Namespace | \`${namespace}\` |
80
81
### Application Status
0 commit comments