mirror of https://github.com/k3s-io/k3s
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
49 lines
688 B
49 lines
688 B
3 years ago
|
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"
|