Skip to content

Commit

Permalink
[metadata] moved home category to kustomize for all HA resources
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Jan 26, 2024
1 parent 024857c commit dd6d8c6
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 16 deletions.
1 change: 0 additions & 1 deletion apps/argocd/base/data/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ kind: Kustomization

resources:
- cloudnative.yaml
# - postgres.yaml
- redis.yaml
- storage.yaml

Expand Down
2 changes: 0 additions & 2 deletions apps/argocd/base/home/ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: homeassistant
labels:
app.kubernetes.io/category: home
spec:
project: apps
source:
Expand Down
13 changes: 8 additions & 5 deletions apps/argocd/base/home/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ha.yaml
- openwakeword.yaml
- piper.yaml
- whisper.yaml
- wyze.yaml
- ha.yaml
- openwakeword.yaml
- piper.yaml
- whisper.yaml
- wyze.yaml

commonLabels:
app.kubernetes.io/category: home
2 changes: 0 additions & 2 deletions apps/argocd/base/home/openwakeword.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: openwakeword
labels:
app.kubernetes.io/category: home
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 0 additions & 2 deletions apps/argocd/base/home/piper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: piper
labels:
app.kubernetes.io/category: home
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 0 additions & 2 deletions apps/argocd/base/home/whisper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: whisper
labels:
app.kubernetes.io/category: home
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down
2 changes: 0 additions & 2 deletions apps/argocd/base/home/wyze.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: wyze
labels:
app.kubernetes.io/category: home
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
Expand Down

0 comments on commit dd6d8c6

Please sign in to comment.