apps/do/vikunja: return to official helm chart
This commit is contained in:
parent
ef010c435c
commit
46f4728e89
4 changed files with 10 additions and 3 deletions
|
@ -24,7 +24,7 @@ spec:
|
|||
- kind: Secret
|
||||
name: stackspin-cluster-variables
|
||||
- kind: ConfigMap
|
||||
name: stackspin-vikunja-kustomization-variables
|
||||
name: stackspin-vikunja-extra-kustomization-variables
|
||||
- kind: Secret
|
||||
name: stackspin-vikunja-variables
|
||||
# OIDC
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
version: 1.0.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: vikunja-xeruf
|
||||
name: vikunja
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
valuesFrom:
|
||||
|
|
|
@ -5,4 +5,11 @@ metadata:
|
|||
namespace: flux-system
|
||||
data:
|
||||
vikunja_domain: do.${domain}
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: stackspin-vikunja-extra-kustomization-variables
|
||||
namespace: flux-system
|
||||
data:
|
||||
vikunja_extra_domain: do.${domain_extra}
|
||||
|
|
|
@ -11,7 +11,7 @@ spec:
|
|||
version: 1.0.0
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: vikunja-xeruf
|
||||
name: vikunja
|
||||
namespace: flux-system
|
||||
interval: 5m
|
||||
valuesFrom:
|
||||
|
|
Loading…
Add table
Reference in a new issue