Skip to content

Commit

Permalink
[Improvement] expose 'http-server.rest-auth-type' variable in Helm ch…
Browse files Browse the repository at this point in the history
…art (#3345)

* [Improvement] expose 'http-server.rest-auth-type' variable in Helm chart

* fix by comment

---------

Co-authored-by: Xavier Bai <xuba@apache.org>
  • Loading branch information
JiHyunSong and XBaith authored Dec 6, 2024
1 parent 8a028d7 commit ccda634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions charts/amoro/templates/amoro-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ data:
bind-port: {{ .Values.server.optimizing.port }}
http-server:
rest-auth-type: {{ .Values.server.rest.restAuthType }}
bind-port: {{ .Values.server.rest.port }}
refresh-external-catalogs:
Expand Down
1 change: 1 addition & 0 deletions charts/amoro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ server:
rest:
enabled: true
port: 1630
restAuthType: token
service:
## @param type Can set as "ClusterIP" or "NodePort". If set to "NodePort", @param nodePort below should set a value
##
Expand Down

0 comments on commit ccda634

Please sign in to comment.