Skip to content

Commit

Permalink
Remove mode: StandAlone from powermax reverseproxy config.yaml (#562)
Browse files Browse the repository at this point in the history
* remove mode from pmax config.yaml

* remove mode from pmax config.yaml
  • Loading branch information
KshitijaKakde authored Nov 20, 2024
1 parent 2bd9843 commit 8647018
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions charts/csi-powermax/charts/csireverseproxy/conf/config.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
mode: "StandAlone"
port: {{ .Values.port }}
logLevel: {{ .Values.global.logLevel | default "debug" }}
logFormat: {{ .Values.global.logFormat | default "TEXT" }}
standAloneConfig:
config:
{{- $defaultProxyCreds := .Values.global.defaultCredentialsSecret }}
storageArrays:
{{- $_ := first .Values.global.storageArrays }}
Expand Down

0 comments on commit 8647018

Please sign in to comment.