Skip to content

Instantly share code, notes, and snippets.

View Ozy-Viking's full-sized avatar

Zack Hankin Ozy-Viking

View GitHub Profile
@Ozy-Viking
Ozy-Viking / changelog.yaml
Created May 22, 2025 01:04
GitHub Action for git-chglog
name: "Update Changelog"
on:
release:
types: [published]
workflow_dispatch:
permissions:
contents: write
pull-requests: write
@Ozy-Viking
Ozy-Viking / mariadb.yml
Created August 5, 2021 01:08 — 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