-
Weber, Thomas authored54b98968
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
csi-manila-secret.yaml.j2 364 B
apiVersion: v1
kind: Secret
metadata:
name: csi-manila-secrets
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 }}