mirror of
https://github.com/slurm-personal/school-dev-k8s.git
synced 2026-06-27 13:50:24 +00:00
9 lines
87 B
YAML
9 lines
87 B
YAML
---
|
|
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: test
|
|
stringData:
|
|
test: updated
|
|
...
|