Skip to content

Commit

Permalink
Remove unused environment variable in deployment-stamp.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchmidt committed Apr 16, 2024
1 parent 6dc7985 commit 162fc4b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chart/templates/deployment-stamp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ spec:
args:
- "--serve"
env:
- name: ServiceOptions__EndpointAddress
value: {{ required "A valid externalUrl is required!" .Values.config.externalUrl }}
- name: RestApiOptions__PathBase
value: {{ .Values.config.pathBase }}
{{- if eq .Values.messageBroker.type "inMemory" }}
Expand Down

0 comments on commit 162fc4b

Please sign in to comment.