Skip to content

Commit

Permalink
Add missing bearer_token config (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
chap-dr authored May 9, 2022
1 parent e6d5cc4 commit a9fd863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ resource "argocd_cluster" "gke" {
name = "gke"
config {
bearer_token = data.kubernetes_secret.argocd_manager.data["token"]
tls_client_config {
ca_data = base64decode(data.google_container_cluster.cluster.master_auth.0.cluster_ca_certificate)
}
Expand Down

0 comments on commit a9fd863

Please sign in to comment.