Skip to content

Instantly share code, notes, and snippets.

View cnavarro1499's full-sized avatar

Christine cnavarro1499

View GitHub Profile
@cnavarro1499
cnavarro1499 / mariadb.yml
Created June 5, 2022 22:17 — forked from geerlingguy/mariadb.yml
Wordpress in Kubernetes K3s on Raspberry Pi
# This manifest assumes 'wordpress' namespace is already present:
#
# kubectl create namespace wordpress
#
# Apply the manifest with:
#
# kubectl apply -f mariadb.yml
---
apiVersion: v1
kind: Secret