Skip to content

Commit

Permalink
taking into account review comments
Browse files Browse the repository at this point in the history
Signed-off-by: Soule BA <[email protected]>
  • Loading branch information
souleb committed Mar 7, 2024
1 parent 0e85963 commit 5764173
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 3 additions & 5 deletions components/backend/staging/production-promotion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,11 @@ spec:
name: github
summary: "Trigger promotion"
eventMetadata:
env: staging
cluster: staging-1
env: ${ENVIRONMENT}
cluster: ${CLUSTER_NAME}
eventSeverity: info
eventSources:
- kind: HelmRelease
name: redis
- kind: HelmRelease
name: memcached
name: '*'
inclusionList:
- ".*succeeded.*"
6 changes: 3 additions & 3 deletions components/frontend/staging/production-promotion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ spec:
name: github
summary: "Trigger promotion"
eventMetadata:
env: staging
cluster: staging-1
env: ${ENVIRONMENT}
cluster: ${CLUSTER_NAME}
eventSeverity: info
eventSources:
- kind: HelmRelease
name: podinfo
name: '*'
inclusionList:
- ".*succeeded.*"

0 comments on commit 5764173

Please sign in to comment.