mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
49 lines
688 B
YAML
49 lines
688 B
YAML
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: e2e-secret1
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
config.yaml: |
|
||
|
key: "hello"
|
||
|
val: "world"
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: e2e-secret2
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
config.yaml: |
|
||
|
key: "good"
|
||
|
val: "day"
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: e2e-secret3
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
config.yaml: |
|
||
|
key: "top-secret"
|
||
|
val: "information"
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: e2e-secret4
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
config.yaml: |
|
||
|
key: "lock"
|
||
|
val: "key"
|
||
|
---
|
||
|
apiVersion: v1
|
||
|
kind: Secret
|
||
|
metadata:
|
||
|
name: e2e-secret5
|
||
|
type: Opaque
|
||
|
stringData:
|
||
|
config.yaml: |
|
||
|
key: "last"
|
||
|
val: "call"
|