generated from phoenix-oss/tenant-tpl
added s3 secret base64 encoded and S3 Firewall
This commit is contained in:
parent
d5f8404835
commit
eeaece034f
4 changed files with 94 additions and 0 deletions
9
vars/demo/s3-secret.yaml
Normal file
9
vars/demo/s3-secret.yaml
Normal file
|
@ -0,0 +1,9 @@
|
|||
apiVersion: v1
|
||||
kind: Secret
|
||||
metadata:
|
||||
name: s3-virt-credentials
|
||||
namespace: ${TENANT_NAMESPACE}
|
||||
type: Opaque
|
||||
data:
|
||||
accessKeyId: WWozQTdUdHgzbjNOa3NsS2VodzM=
|
||||
secretKey: SUZJRWtSbnJnWDRPcnlNWmtSSjlheG41UlpnSTZhMjBvVW82Tm1lRA==
|
Loading…
Add table
Add a link
Reference in a new issue