Values object
This commit is contained in:
parent
1e3a9aba1a
commit
b75757403a
1 changed files with 4 additions and 3 deletions
|
@ -13,9 +13,10 @@ spec:
|
||||||
type: "helm"
|
type: "helm"
|
||||||
helm:
|
helm:
|
||||||
releaseName: "authentik"
|
releaseName: "authentik"
|
||||||
valuesFrom:
|
valuesObject:
|
||||||
- kind: Secret
|
envFrom:
|
||||||
name: authentik-values
|
- secretRef:
|
||||||
|
name: authentik-values
|
||||||
destination:
|
destination:
|
||||||
server: "https://kubernetes.default.svc"
|
server: "https://kubernetes.default.svc"
|
||||||
namespace: home-server
|
namespace: home-server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue