mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-28 09:39:12 +03:00
pre-commit autocorrected files (#9750)
This commit is contained in:
@@ -87,4 +87,3 @@ rateLimiter:
|
||||
rateLimitBucketWrite: {{ oci_rate_limit.rate_limit_bucket_write }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
@@ -70,4 +70,3 @@ spec:
|
||||
- name: kubernetes
|
||||
mountPath: /etc/kubernetes
|
||||
readOnly: true
|
||||
|
||||
|
||||
@@ -129,4 +129,3 @@ spec:
|
||||
volumes:
|
||||
- name: socket-dir
|
||||
emptyDir: {}
|
||||
|
||||
|
||||
@@ -41,4 +41,4 @@ node-volume-attach-limit="{{ node_volume_attach_limit }}"
|
||||
{% endif %}
|
||||
{% if cinder_csi_rescan_on_resize is defined %}
|
||||
rescan-on-resize={{ cinder_csi_rescan_on_resize | bool }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -13,4 +13,4 @@ upcloud_csi_snapshot_controller_replicas: 2
|
||||
upcloud_csi_snapshotter_image_tag: "v4.2.1"
|
||||
upcloud_csi_snapshot_controller_image_tag: "v4.2.1"
|
||||
upcloud_csi_snapshot_validation_webhook_image_tag: "v4.2.1"
|
||||
upcloud_cacert: "{{ lookup('env','OS_CACERT') }}"
|
||||
upcloud_cacert: "{{ lookup('env','OS_CACERT') }}"
|
||||
|
||||
@@ -37,4 +37,4 @@
|
||||
- inventory_hostname == groups['kube_control_plane'][0]
|
||||
- not item is skipped
|
||||
loop_control:
|
||||
label: "{{ item.item.file }}"
|
||||
label: "{{ item.item.file }}"
|
||||
|
||||
@@ -90,4 +90,4 @@ spec:
|
||||
- name: regcred
|
||||
volumes:
|
||||
- name: socket-dir
|
||||
emptyDir: {}
|
||||
emptyDir: {}
|
||||
|
||||
@@ -5,4 +5,4 @@ metadata:
|
||||
spec:
|
||||
attachRequired: true
|
||||
podInfoOnMount: true
|
||||
fsGroupPolicy: File
|
||||
fsGroupPolicy: File
|
||||
|
||||
@@ -98,4 +98,4 @@ spec:
|
||||
{% if upcloud_tolerations %}
|
||||
tolerations:
|
||||
{{ upcloud_tolerations | to_nice_yaml(indent=2) | indent(width=8) }}
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
||||
@@ -182,4 +182,4 @@ subjects:
|
||||
roleRef:
|
||||
kind: ClusterRole
|
||||
name: csi-upcloud-resizer-role
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
apiGroup: rbac.authorization.k8s.io
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
apiVersion: v1
|
||||
kind: Namespace
|
||||
metadata:
|
||||
name: "{{ vsphere_csi_namespace }}"
|
||||
name: "{{ vsphere_csi_namespace }}"
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
approvers:
|
||||
- kubespray-approvers
|
||||
reviewers:
|
||||
- kubespray-reviewers
|
||||
- kubespray-reviewers
|
||||
|
||||
@@ -17,4 +17,4 @@ ingress_nginx_termination_grace_period_seconds: 300
|
||||
ingress_nginx_webhook_enabled: false
|
||||
ingress_nginx_webhook_job_ttl: 1800
|
||||
|
||||
ingress_nginx_probe_initial_delay_seconds: 10
|
||||
ingress_nginx_probe_initial_delay_seconds: 10
|
||||
|
||||
@@ -8,4 +8,4 @@ metrics_server_limits_memory: 200Mi
|
||||
metrics_server_requests_cpu: 100m
|
||||
metrics_server_requests_memory: 200Mi
|
||||
metrics_server_host_network: false
|
||||
metrics_server_replicas: 1
|
||||
metrics_server_replicas: 1
|
||||
|
||||
@@ -104,4 +104,4 @@ spec:
|
||||
- metrics-server
|
||||
topologyKey: kubernetes.io/hostname
|
||||
namespaces:
|
||||
- kube-system
|
||||
- kube-system
|
||||
|
||||
@@ -3,4 +3,4 @@
|
||||
approvers:
|
||||
- bozzo
|
||||
reviewers:
|
||||
- bozzo
|
||||
- bozzo
|
||||
|
||||
@@ -40,4 +40,4 @@ dependencies:
|
||||
- upcloud_csi_enabled
|
||||
tags:
|
||||
- persistent_volumes_upcloud_csi
|
||||
- upcloud-csi-driver
|
||||
- upcloud-csi-driver
|
||||
|
||||
Reference in New Issue
Block a user