Skip to content

Commit 2f93dda

Browse files
committed
config name
1 parent 889d35b commit 2f93dda

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ibm/pipelines/utils.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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" \

.ibm/pipelines/value_files/values_showcase-rbac.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

.ibm/pipelines/value_files/values_showcase.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)