Skip to content

Commit 60d8407

Browse files
committed
chore: created a template file for variables that the users need to insert
1 parent 7bb37cc commit 60d8407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

argocd/deploy-argocd/terraform.tfvars.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
keycloak_url = "https://keycloak.18.198.59.109.sslip.io"
1+
keycloak_url = "https://keycloak_domain_name"
22
keycloak_user = "admin"
33
keycloak_password = "your-strong-secret-password" # this is to authenticate to keycloak
44
argocd_url = "https://example.com"

0 commit comments

Comments
 (0)