2022-06-20 13:44:08 +00:00
|
|
|
apiVersion: v1
|
|
|
|
kind: Secret
|
|
|
|
metadata:
|
|
|
|
name: name
|
|
|
|
namespace: default
|
|
|
|
|
|
|
|
data:
|
|
|
|
key: dGhpc19pc190aGVfc2VjcmV0
|
|
|
|
|
|
|
|
---
|
2023-03-20 14:38:08 +00:00
|
|
|
apiVersion: traefik.io/v1alpha1
|
2022-06-20 13:44:08 +00:00
|
|
|
kind: Middleware
|
|
|
|
metadata:
|
|
|
|
name: test-secret
|
|
|
|
namespace: default
|
|
|
|
|
|
|
|
spec:
|
|
|
|
plugin:
|
|
|
|
test-secret:
|
|
|
|
user: admin
|
|
|
|
secret: urn:k8s:secret:name:key
|