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
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: access-properties
|
||||
- name: LOCALE_PROPERTIES_STORAGE_TABLE_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: locales
|
||||
- name: ORDER_PROPERTIES_STORAGE_TABLE_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: order-properties
|
||||
- name: PRICE_PROPERTIES_STORAGE_TABLE_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: price-properties
|
||||
- name: SERVICE_CATEGORY_PROPERTIES_STORAGE_TABLE_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: service-category-properties
|
||||
- name: SERVICE_PROPERTIES_STORAGE_TABLE_NAME
|
||||
valueFrom:
|
||||
configMapKeyRef:
|
||||
name: {{ .Release.Name }}-nosql-grouping
|
||||
name: {{ .Release.Name }}-nosql-grouping-config
|
||||
key: service-properties
|
||||
# -- Secrets Vault (Hashicorp Vault OR Azure Key Vault) --
|
||||
{{- if .Values.vault.enabled }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue