Skip to content

Commit

Permalink
Update tags
Browse files Browse the repository at this point in the history
  • Loading branch information
vectornguyen76 committed Dec 22, 2023
1 parent 10cbf6c commit dac615d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/cloudformations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Create Stack

aws cloudformation create-stack --stack-name server --template-body file://server.yaml --parameters file://server-parameters.json --region us-east-1

## Delete Stack

aws cloudformation delete-stack --stack-name server --region us-east-1
2 changes: 1 addition & 1 deletion .github/workflows/development_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -238,4 +238,4 @@ jobs:
name: server-stack
template: ./.github/workflows/cloudformations/server.yaml
parameter-overrides: "file:///${{ github.workspace }}/.github/workflows/cloudformations/server-parameters.json"
tags: ${{ env.TAGS }}
tags: ${{ vars.TAGS }}
3 changes: 2 additions & 1 deletion helm-charts/cluster-config-eksctl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ kind: ClusterConfig
metadata:
name: test-cluster
region: us-east-1
version: "1.27"
tags:
ApplicationName: "QAI-Monitoring"
ApplicationName: "QAI_Monitoring"
Purpose: "Training"
Project: "QAI_Monitoring"
ProjectID: "QAI_Monitoring"
Expand Down

0 comments on commit dac615d

Please sign in to comment.