Files
terraform-talos/openstack/deployments/openstack-csi.yaml
Serge Logvinov f89939711a helm fixes
2023-07-02 22:01:09 +03:00

43 lines
937 B
YAML

secret:
enabled: true
hostMount: false
create: false
name: openstack-cloud-controller-manager
storageClass:
enabled: false
csi:
plugin:
volumes: []
volumeMounts:
- mountPath: /etc/kubernetes
name: cloud-config
readOnly: true
nodePlugin:
securityContext:
capabilities:
drop:
- ALL
seccompProfile:
type: RuntimeDefault
nodeSelector:
node.cloudprovider.kubernetes.io/platform: openstack
tolerations:
- operator: Exists
controllerPlugin:
replicas: 1
strategy:
type: RollingUpdate
rollingUpdate:
maxUnavailable: 1
maxSurge: 1
nodeSelector:
node-role.kubernetes.io/control-plane: ""
node.cloudprovider.kubernetes.io/platform: openstack
tolerations:
- key: "node-role.kubernetes.io/control-plane"
effect: NoSchedule