kubernetes-clustergcekubernetesbare-metalk8s-sig-cluster-lifecycleawskubesprayhigh-availabilityansible
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.
10 lines
275 B
10 lines
275 B
# This YAML file contains secret objects,
|
|
# which are necessary to run external huaweicloud cloud controller.
|
|
|
|
kind: Secret
|
|
apiVersion: v1
|
|
metadata:
|
|
name: external-huawei-cloud-config
|
|
namespace: kube-system
|
|
data:
|
|
cloud-config: {{ external_huawei_cloud_config_secret }}
|