Skip to content

Instantly share code, notes, and snippets.

View flypenguin's full-sized avatar

Axel Bock flypenguin

View GitHub Profile
@flypenguin
flypenguin / k8s-secret-mount-test.yaml
Last active September 3, 2024 10:42
Test various possibilities to mount secrets in K8S (ownership, file permissions)
---
apiVersion: v1
kind: Secret
metadata:
name: mount-test
namespace: default
type: Opaque
stringData:
id_rsa: "begin openssh private key ..."
---