decided on separating out hass.
This commit is contained in:
parent
c8ea468495
commit
7c05093965
8 changed files with 2 additions and 4 deletions
|
@ -23,4 +23,4 @@ spec:
|
||||||
rewrite:
|
rewrite:
|
||||||
- regexp:
|
- regexp:
|
||||||
source: "(.*)"
|
source: "(.*)"
|
||||||
target: "hass_$1"
|
target: "hass_$1"
|
|
@ -5,4 +5,4 @@ kind: Kustomization
|
||||||
resources:
|
resources:
|
||||||
- ./externalsecret.yaml
|
- ./externalsecret.yaml
|
||||||
- ./helmrelease.yaml
|
- ./helmrelease.yaml
|
||||||
- ../../../../templates/volsync
|
- ../../../../templates/volsync
|
|
@ -6,6 +6,4 @@ resources:
|
||||||
# Pre Flux-Kustomizations
|
# Pre Flux-Kustomizations
|
||||||
- ./namespace.yaml
|
- ./namespace.yaml
|
||||||
# Flux-Kustomizations
|
# Flux-Kustomizations
|
||||||
- ./home-assistant/ks.yaml
|
|
||||||
- ./matter-server/ks.yaml
|
|
||||||
- ./mosquitto/ks.yaml
|
- ./mosquitto/ks.yaml
|
||||||
|
|
Loading…
Reference in a new issue