Skip to content

Instantly share code, notes, and snippets.

@gowatana
Created December 25, 2022 08:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gowatana/5c4f2f947f34990003d0789d9a672ddd to your computer and use it in GitHub Desktop.
Save gowatana/5c4f2f947f34990003d0789d9a672ddd to your computer and use it in GitHub Desktop.
kind: Secret
apiVersion: v1
metadata:
name: demo-db-secret
type: Opaque
stringData:
password: nutanix/4u
ssh_public_key: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCpw2lDLuxe9UVaUNUEH6LMtMy/aD/GPxxf2bnHUxjAkYN0g3N9lPutMn+RZV/y64OHtGFc1g+DfWFaqnh4kLGv/MPivp7F4HfxrlKqVKo+dFkpNxwFVTpAxaslXTZVRbAO61bl1ZnIhkC7n86VWqHdyf8YXjghKebB8Lu1sYST1OqU7mar1D8pSs9IAJ5PNpxx1xNxYlJzuDwI6c1twidpzcRSyJR70UFTO5HX1xNcTDqzOsQpFZCrlCeaRrKLvD84ymjkaVnvCg8hEum+PskY6dfQKbf/vNkebZM6u07fQzceMojXJG+0dOwzHdPAznBbSEetCHCfGhVR9lggQKnUfZbhmG/s9riWEEBwX/fj2azjGHFopNv8rZPtt8ho/szgxO6tZyXutuavCRAeej2IyHU2X7VkZKvsYLw/DqzzuvX6rFMTDBtaFD9VmiD4TZfk5S5a+gbpqLa2DIe5jklzhc2Xri9Mdym/UbcHmNGQF22ImyGBdQtzxb06L4ur+hM= root@lab-linux-02
@gowatana
Copy link
Author

下記の投稿むけ。

Nutanix の NDB-Operator で PostgreSQL DB をプロビジョニングしてみる。
https://blog.ntnx.jp/entry/2022/12/25/182803

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment