[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:
Wykiki
2019-08-13 01:11:53 -07:00
committed by Kubernetes Prow Robot
parent a297a22d9b
commit 42f5a375fe
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -200,6 +200,6 @@ halyard:
```yaml
halyard:
env:
- name: DEFAULT_JVM_OPTS
- name: JAVA_OPTS
value: -Dhttp.proxyHost=proxy.example.com
```
+1 -1
View File
@@ -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