Skip to content

Commit 882518a

Browse files
committed
docs: update the bootstrap provider configuration
1 parent e7ed077 commit 882518a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

bootstrap/README.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ module "argocd_bootstrap" {
1818
}
1919
----
2020

21-
Do not forget to add the Argo CD provider settings, which is needed to deploy all the other modules, since they use the Argo CD provider:
21+
Do not forget to add the Argo CD provider settings, which is needed to deploy all the other modules, since they this Terraform to deploy the Argo CD applications:
2222

2323
[source,terraform]
2424
----
2525
provider "argocd" {
26-
server_addr = "127.0.0.1:8080"
2726
auth_token = module.argocd_bootstrap.argocd_auth_token
27+
port_forward_with_namespace = module.argocd_bootstrap.argocd_namespace
2828
insecure = true
2929
plain_text = true
30-
port_forward = true
31-
port_forward_with_namespace = "argocd"
3230
3331
kubernetes {
3432
...

0 commit comments

Comments
 (0)