You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
364 B

  1. # This YAML file contains secret objects,
  2. # which are necessary to run external vsphere cloud controller.
  3. apiVersion: v1
  4. kind: Secret
  5. metadata:
  6. name: cpi-global-secret
  7. namespace: kube-system
  8. stringData:
  9. {{ external_vsphere_vcenter_ip }}.username: "{{ external_vsphere_user }}"
  10. {{ external_vsphere_vcenter_ip }}.password: "{{ external_vsphere_password }}"