added missing files
This commit is contained in:
1
infra/s3/vault/templates/password.ctmpl
Normal file
1
infra/s3/vault/templates/password.ctmpl
Normal file
@@ -0,0 +1 @@
|
||||
{{ with secret "kv/data/s3/minio" }}{{ .Data.data.password }}{{ end }}
|
||||
1
infra/s3/vault/templates/user.ctmpl
Normal file
1
infra/s3/vault/templates/user.ctmpl
Normal file
@@ -0,0 +1 @@
|
||||
{{ with secret "kv/data/s3/minio" }}{{ .Data.data.user }}{{ end }}
|
||||
Reference in New Issue
Block a user