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 f0c416e commit c3cf060Copy full SHA for c3cf060
scripts/pipeline-DEPLOY.sh
@@ -312,7 +312,8 @@ cat secure-file-storage.yaml | \
312
IMAGE_REPOSITORY=$IMAGE_REPOSITORY \
313
TARGET_NAMESPACE=$TARGET_NAMESPACE \
314
BASENAME=$BASENAME \
315
- envsubst '$IMAGE_NAME $INGRESS_SECRET $INGRESS_SUBDOMAIN $IMAGE_PULL_SECRET $IMAGE_REPOSITORY $TARGET_NAMESPACE $BASENAME' \
+ APPID_INSTANCE=sfsappid \
316
+ envsubst '$APPID_INSTANCE $IMAGE_NAME $INGRESS_SECRET $INGRESS_SUBDOMAIN $IMAGE_PULL_SECRET $IMAGE_REPOSITORY $TARGET_NAMESPACE $BASENAME' \
317
| \
318
kubectl apply --namespace $TARGET_NAMESPACE -f - || exit 1
319
0 commit comments