Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomklapiscak committed Apr 24, 2024
1 parent 98c4059 commit cc57c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
aws_region: {{ .Values.region.id }}
{{- end }}
{{- if not (empty .Values.ibm_sls) }}
{{- if eq .Values.ibm_sls.mongo_provider "aws" }}
{{- if eq .Values.ibm_sls.mongodb_provider "aws" }}
docdb:
master_username: {{ .Values.ibm_sls.docdb_master_username }}
master_password: {{ .Values.ibm_sls.docdb_master_password }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
id: {{ .Values.instance.id }}
{{- end }}
{{- if not (empty .Values.ibm_sls) }}
{{- if eq .Values.ibm_sls.mongo_provider "aws" }}
{{- if eq .Values.ibm_sls.mongodb_provider "aws" }}
docdb:
master_username: {{ .Values.ibm_sls.docdb_master_username }}
master_password: {{ .Values.ibm_sls.docdb_master_password }}
Expand Down

0 comments on commit cc57c63

Please sign in to comment.