mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-03-07 02:27:43 +03:00
* Azure Disk CSI deployment * Mention Azure CSI support * Fix: remove unnecessary file * Typo in documentation * Add newline to end of file
8 lines
138 B
Django/Jinja
8 lines
138 B
Django/Jinja
kind: Secret
|
|
apiVersion: v1
|
|
metadata:
|
|
name: cloud-config
|
|
namespace: kube-system
|
|
data:
|
|
azure.json: {{ cloud_config_secret.content }}
|