File tree Expand file tree Collapse file tree 6 files changed +40
-36
lines changed Expand file tree Collapse file tree 6 files changed +40
-36
lines changed Original file line number Diff line number Diff line change 24
24
TF_VAR_cloudflare_account_id : ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
25
25
TF_VAR_cloudflare_tunnel_name : ${{ vars.CLOUDFLARE_TUNNEL_NAME }}
26
26
TF_VAR_cloudflare_api_token : ${{ secrets.CLOUDFLARE_API_TOKEN }}
27
- TF_VAR_github_token : ${{ secrets.GH_TOKEN }}
28
- TF_VAR_github_username : ${{ secrets.GH_USERNAME }}
27
+ TF_VAR_cloudflare_domain : ${{ vars.CLOUDFLARE_DOMAIN }}
28
+ # TF_VAR_github_token: ${{ secrets.GH_TOKEN }}
29
+ # TF_VAR_github_username: ${{ secrets.GH_USERNAME }}
29
30
steps :
30
31
- name : Checkout repository
31
32
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ module "helm" {
11
11
cloudflare_api_token = var. cloudflare_api_token
12
12
cloudflare_tunnel_account_id = var. cloudflare_account_id
13
13
cloudflare_tunnel_name = var. cloudflare_tunnel_name
14
- github_token = var. github_token
15
- github_username = var. github_username
16
- github_secret = var. github_secret
14
+ # github_token = var.github_token
15
+ # github_username = var.github_username
16
+ # github_secret = var.github_secret
17
17
cloudflare_domain = var. cloudflare_domain
18
18
}
19
19
Original file line number Diff line number Diff line change
1
+ cloudflare_account_id = "123"
2
+ cloudflare_domain = "adhshr.xyz"
3
+ cloudflare_tunnel_name = "k8s-homelab"
Original file line number Diff line number Diff line change @@ -21,20 +21,20 @@ variable "cloudflare_domain" {
21
21
default = " "
22
22
}
23
23
24
- variable "github_token" {
25
- description = " The token used to authenticate with GitHub's API"
26
- type = string
27
- sensitive = true
28
- }
24
+ # variable "github_token" {
25
+ # description = "The token used to authenticate with GitHub's API"
26
+ # type = string
27
+ # sensitive = true
28
+ # }
29
29
30
- variable "github_username" {
31
- description = " The username associated with your GitHub account"
32
- type = string
33
- }
30
+ # variable "github_username" {
31
+ # description = "The username associated with your GitHub account"
32
+ # type = string
33
+ # }
34
34
35
- variable "github_secret" {
36
- description = " The secret used to authenticate with GitHub's API"
37
- type = string
38
- sensitive = true
39
- default = " "
40
- }
35
+ # variable "github_secret" {
36
+ # description = "The secret used to authenticate with GitHub's API"
37
+ # type = string
38
+ # sensitive = true
39
+ # default = ""
40
+ # }
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.3 "
8
+ version = " 8.0.12 "
9
9
values = {
10
10
" hostname" = var.cloudflare_domain
11
11
}
Original file line number Diff line number Diff line change @@ -18,20 +18,20 @@ variable "cloudflare_domain" {
18
18
type = string
19
19
}
20
20
21
- variable "github_token" {
22
- description = " The token used to authenticate with GitHub's API"
23
- type = string
24
- sensitive = true
25
- }
21
+ # variable "github_token" {
22
+ # description = "The token used to authenticate with GitHub's API"
23
+ # type = string
24
+ # sensitive = true
25
+ # }
26
26
27
- variable "github_username" {
28
- description = " The username associated with your GitHub account"
29
- type = string
30
- }
27
+ # variable "github_username" {
28
+ # description = "The username associated with your GitHub account"
29
+ # type = string
30
+ # }
31
31
32
- variable "github_secret" {
33
- description = " The secret used to authenticate with GitHub's API"
34
- type = string
35
- sensitive = true
36
- default = " "
37
- }
32
+ # variable "github_secret" {
33
+ # description = "The secret used to authenticate with GitHub's API"
34
+ # type = string
35
+ # sensitive = true
36
+ # default = ""
37
+ # }
You can’t perform that action at this time.
0 commit comments