Attempting to fix configmap connection issue
All checks were successful
Deploy the Helm Chart / build (push) Successful in 16s
All checks were successful
Deploy the Helm Chart / build (push) Successful in 16s
This commit is contained in:
parent
5150748a6a
commit
6643967346
1 changed files with 6 additions and 6 deletions
|
|
@ -64,32 +64,32 @@ spec:
|
||||||
- name: ACCESS_PROPERTIES_STORAGE_TABLE_NAME
|
- name: ACCESS_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: access-properties
|
key: access-properties
|
||||||
- name: LOCALE_PROPERTIES_STORAGE_TABLE_NAME
|
- name: LOCALE_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: locales
|
key: locales
|
||||||
- name: ORDER_PROPERTIES_STORAGE_TABLE_NAME
|
- name: ORDER_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: order-properties
|
key: order-properties
|
||||||
- name: PRICE_PROPERTIES_STORAGE_TABLE_NAME
|
- name: PRICE_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: price-properties
|
key: price-properties
|
||||||
- name: SERVICE_CATEGORY_PROPERTIES_STORAGE_TABLE_NAME
|
- name: SERVICE_CATEGORY_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: service-category-properties
|
key: service-category-properties
|
||||||
- name: SERVICE_PROPERTIES_STORAGE_TABLE_NAME
|
- name: SERVICE_PROPERTIES_STORAGE_TABLE_NAME
|
||||||
valueFrom:
|
valueFrom:
|
||||||
configMapKeyRef:
|
configMapKeyRef:
|
||||||
name: {{ .Release.Name }}-nosql-grouping
|
name: {{ .Release.Name }}-nosql-grouping-config
|
||||||
key: service-properties
|
key: service-properties
|
||||||
# -- Secrets Vault (Hashicorp Vault OR Azure Key Vault) --
|
# -- Secrets Vault (Hashicorp Vault OR Azure Key Vault) --
|
||||||
{{- if .Values.vault.enabled }}
|
{{- if .Values.vault.enabled }}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue