We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 954f120 commit 96161b5Copy full SHA for 96161b5
get-img-list.sh
@@ -35,7 +35,7 @@ SKOPEO_IMAGE="quay.io/codefresh/skopeo"
35
SKOPEO_CONTAINER="cf-skopeo"
36
NEW_LINE=$'\n'
37
38
-HELM_VALS="--set global.seedJobs=true --set global.certsJobs=true"
+HELM_VALS="--set global.seedJobs=true --set global.certsJobs=true --set cf-oidc-provider.enabled=true"
39
RUNNER_HELM_VALS="--set appProxy.enabled=true --set monitor.enabled=true"
40
41
ALL_VALUES_TEMPLATE=$(cat <<-END
0 commit comments