Skip to content

Commit

Permalink
readd accidentally removed templating
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonTheLeg committed Jun 11, 2024
1 parent f9eb9e9 commit 2fd3bc4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions addons/ccm-aws/ccm-aws.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,9 @@ spec:
- --configure-cloud-routes=false
- --cloud-config=/etc/kubernetes/cloud/cloud-config
- --v=2
{{- with .Params.CCM_CONCURRENT_SERVICE_SYNCS }}
- --concurrent-service-syncs={{ . }}
{{- end }}
env: []
image: '{{ .InternalImages.Get "AwsCCM" }}'
name: aws-cloud-controller-manager
Expand Down
3 changes: 3 additions & 0 deletions addons/ccm-azure/ccm-azure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,9 @@ spec:
- --route-reconciliation-period=10s
- --secure-port=10268
- --v=2
{{- with .Params.CCM_CONCURRENT_SERVICE_SYNCS }}
- --concurrent-service-syncs={{ . }}
{{- end }}
command:
- cloud-controller-manager
env:
Expand Down
1 change: 1 addition & 0 deletions addons/csi-vsphere/1-vsphere-csi-driver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ roleRef:
---
apiVersion: v1
data:
"csi-migration": "{{ .CSIMigration }}"
"trigger-csi-fullsync": "false"
"pv-to-backingdiskobjectid-mapping": "false"
kind: ConfigMap
Expand Down

0 comments on commit 2fd3bc4

Please sign in to comment.