Skip to content

Commit 05139c7

Browse files
authored
Add createCABundleConfigMaps : false to dev and stage (#7591)
1 parent 0a0a2c3 commit 05139c7

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

components/pipeline-service/development/main-pipeline-service-configuration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1880,6 +1880,8 @@ spec:
18801880
params:
18811881
- name: createRbacResource
18821882
value: "false"
1883+
- name: createCABundleConfigMaps
1884+
value: "false"
18831885
pipeline:
18841886
default-service-account: appstudio-pipeline
18851887
enable-api-fields: alpha

components/pipeline-service/staging/base/main-pipeline-service-configuration.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1694,6 +1694,8 @@ spec:
16941694
params:
16951695
- name: createRbacResource
16961696
value: "false"
1697+
- name: createCABundleConfigMaps
1698+
value: "false"
16971699
pipeline:
16981700
default-service-account: appstudio-pipeline
16991701
enable-api-fields: alpha

components/pipeline-service/staging/stone-stage-p01/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,8 @@ spec:
22792279
params:
22802280
- name: createRbacResource
22812281
value: "false"
2282+
- name: createCABundleConfigMaps
2283+
value: "false"
22822284
pipeline:
22832285
default-service-account: appstudio-pipeline
22842286
enable-api-fields: alpha

components/pipeline-service/staging/stone-stg-rh01/deploy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2279,6 +2279,8 @@ spec:
22792279
params:
22802280
- name: createRbacResource
22812281
value: "false"
2282+
- name: createCABundleConfigMaps
2283+
value: "false"
22822284
pipeline:
22832285
default-service-account: appstudio-pipeline
22842286
enable-api-fields: alpha

0 commit comments

Comments
 (0)