Closed pditommaso closed 1 year ago
Thinking more about this, the terraform script should create the K8s target namespace declared here.
Along with that in the namespace should be created a configmap with those variables:
TOWER_REDIS_URL: <REDIS URI> TOWER_DB_URL: "<RDS URI>" TOWER_DB_DRIVER: "org.mariadb.jdbc.Driver" TOWER_DB_USER: <username configured in the terraform script> TOWER_DB_PASSWORD: <password configured in the terraform script>
Thinking more about this, the terraform script should create the K8s target namespace declared here.
Along with that in the namespace should be created a configmap with those variables: