File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 # https://github.com/helm/helm/issues/8036
123123 - name : Build helm dependencies
124124 run : |
125- helm repo add bitnami https://charts.bitnami.com/bitnami/
125+ # helm repo add bitnami https://charts.bitnami.com/bitnami/
126126 helm repo add stable https://charts.helm.sh/stable/
127127 helm dependency build ./helm/api-platform
128128 - name : HELM Deploy
@@ -160,7 +160,6 @@ jobs:
160160 --set=php.jwt.secretKey="$JWT_SECRET_KEY" \
161161 --set=php.jwt.publicKey="$(openssl pkey -in <(echo "$JWT_SECRET_KEY") -passin file:<(echo "$JWT_PASSPHRASE") -pubout)" \
162162 --set=php.jwt.passphrase=$JWT_PASSPHRASE \
163- --set=php.corsAllowOrigin="^$(echo "${{ join(fromJSON(env.CORS), '|') }}" | sed 's/\./\\./g')$" \
164163 --set=php.host=${{ env.URL }} \
165164 --set=next.rootUrl=${{ env.URL }} \
166165 --set=github.key=${{ secrets.gh-key }} \
You can’t perform that action at this time.
0 commit comments