File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -272,7 +272,7 @@ apply_yaml_files() {
272272 plugin_config=" $plugin_config -rbac"
273273 fi
274274 common::create_configmap_from_file " $plugin_config " " $project " \
275- " $plugin_config .yaml" " $dir /resources/config_map/$plugin_config .yaml"
275+ " dynamic-plugins .yaml" " $dir /resources/config_map/$plugin_config .yaml"
276276
277277 if [[ " $JOB_NAME " == * operator* ]] && [[ " ${project} " == * rbac* ]]; then
278278 common::create_configmap_from_files " rbac-policy" " $project " \
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ upstream:
167167 - configMapRef : app-config-rhdh
168168 filename : app-config-rhdh.yaml
169169 - configMapRef : dynamic-plugins-showcase-rbac
170- filename : dynamic-plugins-showcase-rbac .yaml
170+ filename : dynamic-plugins.yaml
171171 extraEnvVarsSecrets :
172172 - rhdh-secrets
173173 - postgres-cred
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ upstream:
5757 - configMapRef : dynamic-global-header-config
5858 filename : dynamic-global-header-config.yaml
5959 - configMapRef : dynamic-plugins-showcase
60- filename : dynamic-plugins-showcase .yaml
60+ filename : dynamic-plugins.yaml
6161 startupProbe :
6262 # This gives enough time upon container startup before the liveness and readiness probes are triggered.
6363 # Giving (120s = initialDelaySeconds + failureThreshold * periodSeconds) to account for the worst case scenario.
You can’t perform that action at this time.
0 commit comments