Skip to content

Commit

Permalink
Fix Path Dynamic Credentials in GITPOD [skip ci] (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfespa17 authored Apr 19, 2024
1 parent 97a2ba1 commit 19103cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/setupDevelopmentEnvironment.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ function generateApiVars(){
echo "TerrakubeRedisPort=6379" >> .envApi
echo "TerrakubeRedisSSL=false" >> .envApi
echo "#TerrakubeRedisUsername=default" >> .envApi
echo "DynamicCredentialPublicKeyPath=/gitpod/" >> .envApi
echo "DynamicCredentialPrivateKeyPath=/gitpod/" >> .envApi
echo "DynamicCredentialPublicKeyPath=/workspace/terrakube/public.pem" >> .envApi
echo "DynamicCredentialPrivateKeyPath=/workspace/terrakube/private.pem" >> .envApi
echo "TerrakubeRedisPassword=password123456" >> .envApi
echo "#TERRAKUBE_ADMIN_GROUP=$TERRAKUBE_ADMIN_GROUP" >> .envApi
}
Expand Down

0 comments on commit 19103cd

Please sign in to comment.