Skip to content

Commit

Permalink
Fix template
Browse files Browse the repository at this point in the history
Signed-off-by: Masudur Rahman <[email protected]>
  • Loading branch information
masudur-rahman committed Dec 22, 2023
1 parent 90f4ec4 commit 5f5880a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/grafana/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: GF_PATHS_CONFIG
value: /conf/defaults.ini
- name: PLATFORM_APISERVER_DOMAIN
value: {{ include "b3.platformAPIServer" }}
value: {{ include "b3.platformAPIServer" . }}
volumeMounts:
- mountPath: /var/lib/grafana
name: data
Expand Down
2 changes: 1 addition & 1 deletion charts/platform-ui/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
value: {{ . }}
{{- end }}
- name: PLATFORM_APISERVER_DOMAIN
value: {{ include "b3.platformAPIServer" }}
value: {{ include "b3.platformAPIServer" . }}
# ref: https://github.com/axios/axios/issues/535#issuecomment-262299969
# ref: https://stackoverflow.com/a/56406725
{{- if (include "settings.caProviderClass" .) }}
Expand Down

0 comments on commit 5f5880a

Please sign in to comment.