mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-28 14:46:41 +00:00
feat: add valueFrom in ingress hr
This commit is contained in:
parent
a70894b5b0
commit
c9ae5a21bc
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ spec:
|
|||
dependsOn:
|
||||
# TODO do we need it here, dependency is already declared in kustomization
|
||||
- name: cert-manager
|
||||
valuesFrom:
|
||||
- kind: Secret
|
||||
name: ingress-values
|
||||
optional: true
|
||||
values:
|
||||
controller:
|
||||
kind: DaemonSet
|
||||
|
|
Loading…
Reference in a new issue