k8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansiblekubernetes-clustergcekubernetesbare-metal
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
11 lines
364 B
# This YAML file contains secret objects,
|
|
# which are necessary to run external vsphere cloud controller.
|
|
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: cpi-global-secret
|
|
namespace: kube-system
|
|
stringData:
|
|
{{ external_vsphere_vcenter_ip }}.username: "{{ external_vsphere_user }}"
|
|
{{ external_vsphere_vcenter_ip }}.password: "{{ external_vsphere_password }}"
|