k8s.io/perf-tests/clusterloader2@v0.0.0-20240304094227-64bdb12da87e/testing/watch-list/secret.yaml (about) 1 apiVersion: v1 2 kind: Secret 3 metadata: 4 name: {{.Name}} 5 type: Opaque 6 stringData: 7 # To get 1MB of payload we need: 8 # 1 mln(bytes)/1.33 (base64 after serialisation is ~30% increase) = ~760K bytes 9 password: {{RandData 760000}}