mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-02-03 20:40:26 -05:00
The filename can overlap when multiple resources have the same name (but obviously are of a different type). Include the name of the type in the file name to prevent the overlap.
4 lines
51 B
YAML
4 lines
51 B
YAML
apiVersion: v1
|
|
kind: Secret
|
|
metadata:
|
|
name: test
|