We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3dc401 commit af5e42bCopy full SHA for af5e42b
modules/scf/gen_config.sh
@@ -17,6 +17,15 @@ for (( i=0; i < ${#aux_external_ips[@]}; i++ )); do
17
external_ips+=", \"${aux_external_ips[$i]}\""
18
done
19
20
+info "Generating SCF config values"
21
+info "\t GARDEN_ROOTFS_DRIVER: $GARDEN_ROOTFS_DRIVER"
22
+info "\t DOMAIN: $domain"
23
+info "\t DEFAULT_STACK: $DEFAULT_STACK"
24
+info "\t ENABLE_EIRINI: $ENABLE_EIRINI"
25
+info "\t AUTOSCALER: $AUTOSCALER"
26
+info "\t HA: $HA"
27
+info "\t SIZING: $SIZING"
28
+
29
VALUES=
30
if [ "$ENABLE_EIRINI" = true ] ; then
31
AUTH="rbac"
0 commit comments