File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
infrastructure/terraform/modules/helm Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 21
21
AWS_SECRET_ACCESS_KEY : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
22
22
AWS_DEFAULT_REGION : ap-southeast-1
23
23
CLOUDFLARE_API_TOKEN : ${{ secrets.CLOUDFLARE_API_TOKEN }}
24
+ TF_VAR_cloudflare_account_id : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
24
25
TF_VAR_cloudflare_tunnel_name : ${{ vars.CLOUDFLARE_TUNNEL_NAME }}
25
26
TF_VAR_cloudflare_api_token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
26
27
TF_VAR_github_token : ${{ secrets.GH_TOKEN }}
Original file line number Diff line number Diff line change 5
5
repository = " https://argoproj.github.io/argo-helm"
6
6
chart = " argo-cd"
7
7
namespace = " argocd"
8
- version = " 8.0.12 "
8
+ version = " 8.0.3 "
9
9
values = {
10
10
" hostname" = var.cloudflare_domain
11
11
}
You can’t perform that action at this time.
0 commit comments