Newer
Older
apiVersion: v1
kind: Secret
metadata:
namespace: kube-system
stringData:
# Mandatory
os-authURL: {{ openstack_auth.auth_url }}
os-region: {{ openstack_region_name }}
os-applicationCredentialID: {{ openstack_auth.application_credential_id }}
os-applicationCredentialSecret: {{ openstack_auth.application_credential_secret }}