Hide redundant parameter;Configure oidc provider
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
d73320da32
commit
16fdd66328
@ -78,9 +78,12 @@ components:
|
||||
parse_logic: helm template . --set postgresql.enabled=true,redis.enabled=true | yq --no-doc eval '.. | .image? | select(.)' | sort -u | awk '!/ /'
|
||||
chart_values: !unsafe |
|
||||
authentik:
|
||||
avatars: none
|
||||
secret_key: "{{ lookup('ansible.builtin.password', '/dev/null length=64 chars=ascii_lowercase,digits seed=' ~ vapp['guestinfo.hostname']) }}"
|
||||
postgresql:
|
||||
password: "{{ lookup('ansible.builtin.password', '/dev/null length=32 chars=ascii_lowercase,digits seed=' ~ vapp['guestinfo.hostname']) }}"
|
||||
env:
|
||||
AUTHENTIK_BOOTSTRAP_PASSWORD: "{{ vapp['metacluster.password'] }}"
|
||||
ingress:
|
||||
enabled: true
|
||||
hosts:
|
||||
|
@ -179,9 +179,8 @@ PropertyCategories:
|
||||
Type: int(0..120)
|
||||
Label: Workload-cluster block storage disk size*
|
||||
Description: 'All worker-storage nodes for the workload-cluster will be provisioned with an additional disk of the specified size'
|
||||
DefaultValue: '20'
|
||||
DefaultValue: '42'
|
||||
Configurations:
|
||||
- cp1w1ws0
|
||||
- cp1w1ws1
|
||||
UserConfigurable: true
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user