Skip to content

Commit

Permalink
Merge pull request #736 from Hyperkid123/feo-context-name
Browse files Browse the repository at this point in the history
Rename chrome config map parameter.
  • Loading branch information
Hyperkid123 authored Nov 21, 2024
2 parents eac7a45 + 91ddbb3 commit c381cea
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions deploy/clowdapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,26 +66,26 @@ objects:
valueFrom:
configMapKeyRef:
key: search-index.json
name: ${CHROME_CONFIG_MAP}
name: ${FRONTEND_CONTEXT_NAME}
# because keys in configmap can be empty
optional: true
- name: FEO_FED_MODULES
valueFrom:
configMapKeyRef:
key: fed-modules.json
name: ${CHROME_CONFIG_MAP}
name: ${FRONTEND_CONTEXT_NAME}
optional: true
- name: FEO_SERVICE_TILES
valueFrom:
configMapKeyRef:
key: service-tiles.json
name: ${CHROME_CONFIG_MAP}
name: ${FRONTEND_CONTEXT_NAME}
optional: true
- name: FEO_WIDGET_REGISTRY
valueFrom:
configMapKeyRef:
key: widget-registry.json
name: ${CHROME_CONFIG_MAP}
name: ${FRONTEND_CONTEXT_NAME}
optional: true
- name: CLOWDER_ENABLED
value: ${CLOWDER_ENABLED}
Expand Down Expand Up @@ -213,7 +213,7 @@ parameters:
name: ENV_NAME
required: true
- description: Chrome config map name
name: CHROME_CONFIG_MAP
name: FRONTEND_CONTEXT_NAME
value: feo-context-cfg
- name: LINT_ANNOTATION
value: 'ignore-check.kube-linter.io/minimum-three-replicas'
Expand Down

0 comments on commit c381cea

Please sign in to comment.