update
This commit is contained in:
parent
8ee8a9342c
commit
58ae9a8d81
12
helmfiles/test/helmfile.yaml
Normal file
12
helmfiles/test/helmfile.yaml
Normal file
@ -0,0 +1,12 @@
|
||||
repositories:
|
||||
- name: bitnami
|
||||
url: https://charts.bitnami.com/bitnami
|
||||
|
||||
releases:
|
||||
- name: postgresql
|
||||
namespace: default
|
||||
chart: bitnami/postgresql
|
||||
values:
|
||||
- auth:
|
||||
username: my-user
|
||||
password: my-password
|
||||
Loading…
Reference in New Issue
Block a user