First release
This commit is contained in:
parent
6b6e99dd67
commit
42c229ee98
20 changed files with 497 additions and 0 deletions
12
files/kubernetes-dashboard-csrf-Secret.yaml
Normal file
12
files/kubernetes-dashboard-csrf-Secret.yaml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
|
||||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
labels:
|
||||
k8s-app: kubernetes-dashboard
|
||||
name: kubernetes-dashboard-csrf
|
||||
namespace: kubernetes-dashboard
|
||||
type: Opaque
|
||||
data:
|
||||
csrf: ""
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue