Skip to content

Commit fdc0a94

Browse files
author
Corneil du Plessis
authored
[CI] Ensure the sample Carvel deployment provides UTF-8 as default encoding to containers. [skip-ci] (spring-cloud#5637)
1 parent 4f92e36 commit fdc0a94

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

src/deploy/carvel/scdf-oss-values.yml

+10
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@ scdf:
1212
- name: SPRING_CLOUD_DATAFLOW_FEATURES_SCHEDULES_ENABLED
1313
value: "true"
1414
skipper:
15+
config:
16+
spring:
17+
cloud:
18+
skipper:
19+
server:
20+
platform:
21+
kubernetes:
22+
accounts:
23+
default:
24+
environmentVariables: 'LANG=en_US.utf8,LC_ALL=en_US.utf8,JDK_JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8'
1525
registry:
1626
secret:
1727
ref: "reg-creds-dockerhub"

src/deploy/carvel/scdf-pro-values.yml

+10
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,16 @@ scdf:
1818
image:
1919
repository: springcloud/spring-cloud-skipper-server
2020
tag: 2.11.1
21+
config:
22+
spring:
23+
cloud:
24+
skipper:
25+
server:
26+
platform:
27+
kubernetes:
28+
accounts:
29+
default:
30+
environmentVariables: 'LANG=en_US.utf8,LC_ALL=en_US.utf8,JDK_JAVA_OPTIONS=-Dfile.encoding=UTF-8 -Dsun.jnu.encoding=UTF-8'
2131
registry:
2232
secret:
2333
ref: "reg-creds-dev-registry"

0 commit comments

Comments
 (0)