Skip to content

Commit

Permalink
better console setup
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Jan 1, 2024
1 parent 9999333 commit f5485fd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion templates/providers/apps/aws.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,6 @@ data "kubernetes_secret" "console-auth" {
}

provider "plural" {
console_url = "{{ .Console }}"
console_url = "https://console.{{ .Subdomain }}"
access_token = data.kubernetes_secret.console-auth.data.access-token
}
2 changes: 1 addition & 1 deletion templates/providers/apps/azure.tf
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ data "kubernetes_secret" "console-auth" {
}

provider "plural" {
console_url = "{{ .Console }}"
console_url = "https://console.{{ .Subdomain }}"
access_token = data.kubernetes_secret.console-auth.data.access-token
}
2 changes: 1 addition & 1 deletion templates/providers/apps/gcp.tf
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ data "kubernetes_secret" "console-auth" {
}

provider "plural" {
console_url = "{{ .Console }}"
console_url = "https://console.{{ .Subdomain }}"
access_token = data.kubernetes_secret.console-auth.data.access-token
}

0 comments on commit f5485fd

Please sign in to comment.