Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/nats] Update configuration path for gnatsd.conf (#13505)
Browse files Browse the repository at this point in the history
Signed-off-by: guessi <guessi@gmail.com>
  • Loading branch information
guessi authored and k8s-ci-robot committed May 6, 2019
1 parent e9a7d14 commit 5d1537d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion stable/nats/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: nats
version: 2.4.1
version: 2.4.2
appVersion: 1.4.1
description: An open-source, cloud-native messaging system
keywords:
Expand Down
4 changes: 2 additions & 2 deletions stable/nats/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
- gnatsd
args:
- -c
- /opt/bitnami/nats/gnatsd.conf
- /opt/nats/gnatsd.conf
{{- if .Values.extraArgs }}
{{ toYaml .Values.extraArgs | indent 8 }}
{{- end }}
Expand Down Expand Up @@ -129,7 +129,7 @@ spec:
{{ toYaml .Values.resources | indent 10 }}
volumeMounts:
- name: config
mountPath: /opt/bitnami/nats/gnatsd.conf
mountPath: /opt/nats/gnatsd.conf
subPath: gnatsd.conf
{{- if .Values.sidecars }}
{{ toYaml .Values.sidecars | indent 6 }}
Expand Down

0 comments on commit 5d1537d

Please sign in to comment.