Skip to content

Commit

Permalink
changes for release_notification_webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
krishnaa05 committed Jul 25, 2024
1 parent 62629a3 commit 3c1a4b9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,10 @@
{
"path": "detect_secrets.filters.allowlist.is_line_allowlisted"
},
{
"path": "detect_secrets.filters.common.is_baseline_file",
"filename": ".secrets.baseline"
},
{
"path": "detect_secrets.filters.common.is_ignored_due_to_verification_policies",
"min_level": 2
Expand Down Expand Up @@ -3336,7 +3340,7 @@
"filename": "kube/services/thor/thor-deploy.yaml",
"hashed_secret": "1f3f96a3887209d0dda357e5516231ee9c5cd9a7",
"is_verified": false,
"line_number": 100
"line_number": 105
}
],
"kube/services/tube/tube-deploy.yaml": [
Expand Down Expand Up @@ -3685,5 +3689,5 @@
}
]
},
"generated_at": "2024-07-19T04:34:31Z"
"generated_at": "2024-07-25T18:16:41Z"
}
5 changes: 5 additions & 0 deletions kube/services/thor/thor-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ spec:
secretKeyRef:
name: thor-g3auto
key: "slack_webhook.json"
- name: RELEASE_NOTIFICATION_WEBHOOK
valueFrom:
secretKeyRef:
name: thor-g3auto
key: "release_notification_webhook.json"
imagePullPolicy: Always
volumeMounts:
- name: config-volume-g3auto
Expand Down

0 comments on commit 3c1a4b9

Please sign in to comment.