We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d91d1c5 commit 583137cCopy full SHA for 583137c
scripts/taito-template/init.sh
@@ -232,7 +232,9 @@ truncate --size 0 docker-compose.yaml
232
cat temp > docker-compose.yaml
233
234
sed ${sedi} -- '/ storage/d' taito-config.sh
235
- sed ${sedi} -- '/ storage:/d' ./scripts/helm.yaml
+ sed ${sedi} -- '/ storage:/d' ./scripts/helm.yaml
236
+ sed ${sedi} -- '/ serviceAccount:/d' ./scripts/helm.yaml
237
+ sed ${sedi} -- '/.*taito_env}-gserviceaccount.key/d' ./scripts/helm.yaml
238
239
sed ${sedi} -- '/terraform/d' taito-config.sh
240
sed ${sedi} -- '/\* storage/d' taito-config.sh
0 commit comments