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 1bc55a8 commit a7da50dCopy full SHA for a7da50d
dev/preview/workflow/preview/deploy-gitpod.sh
@@ -476,11 +476,6 @@ yq w -i "${INSTALLER_CONFIG_PATH}" "experimental.webapp.server.stripeConfig" "st
476
# IAM
477
#
478
479
-#
480
-# OpenFGA
481
482
-yq w -i "${INSTALLER_CONFIG_PATH}" experimental.webapp.openfga.enabled "true"
483
-
484
# copy secret from werft's space
485
kubectl --kubeconfig "${DEV_KUBE_PATH}" --context "${DEV_KUBE_CONTEXT}" -n werft get secret preview-envs-oidc-clients-config-secret -o yaml > preview-envs-oidc-clients-config-secret.secret.yaml
486
yq d -i preview-envs-oidc-clients-config-secret.secret.yaml metadata.name
0 commit comments