mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/spinnaker] Fix environment variable name for proxy in Java (#15061)
Signed-off-by: Julien Le Méner <julien.lemener@external.engie.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a297a22d9b
commit
42f5a375fe
@@ -1,7 +1,7 @@
|
||||
apiVersion: v1
|
||||
description: Open source, multi-cloud continuous delivery platform for releasing software changes with high velocity and confidence.
|
||||
name: spinnaker
|
||||
version: 1.14.0
|
||||
version: 1.14.1
|
||||
appVersion: 1.12.5
|
||||
home: http://spinnaker.io/
|
||||
sources:
|
||||
|
||||
@@ -200,6 +200,6 @@ halyard:
|
||||
```yaml
|
||||
halyard:
|
||||
env:
|
||||
- name: DEFAULT_JVM_OPTS
|
||||
- name: JAVA_OPTS
|
||||
value: -Dhttp.proxyHost=proxy.example.com
|
||||
```
|
||||
|
||||
@@ -73,7 +73,7 @@ halyard:
|
||||
|
||||
## Uncomment if you want to set environment variables on the Halyard pod.
|
||||
# env:
|
||||
# - name: DEFAULT_JVM_OPTS
|
||||
# - name: JAVA_OPTS
|
||||
# value: -Dhttp.proxyHost=proxy.example.com
|
||||
customCerts:
|
||||
## Enable to override the default cacerts with your own one
|
||||
|
||||
Reference in New Issue
Block a user