Skip to content

Instantly share code, notes, and snippets.

@ualmtorres
Created September 26, 2022 08:32
Show Gist options
  • Save ualmtorres/e9a220b10431c417753dd028aa5fb6af to your computer and use it in GitHub Desktop.
Save ualmtorres/e9a220b10431c417753dd028aa5fb6af to your computer and use it in GitHub Desktop.
CSI Openstack Cinder Secret
# This YAML file contains secret objects,
# which are necessary to run csi cinder plugin.
kind: Secret
apiVersion: v1
metadata:
name: cloud-config
namespace: kube-system
data:
cloud.conf: <put-here-your-cloud.conf-file-in-base64-format>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment