home-assistant: Set instance label for Argo CD

Argo CD wants every resource managed by an application to have that
application's name as the value of the `app.kubernetes.io/instance`
label.
This commit is contained in:
2023-10-14 07:19:28 -05:00
parent 9f06e48269
commit f3fcb92066
8 changed files with 4 additions and 37 deletions

View File

@@ -3,6 +3,10 @@ kind: Kustomization
namespace: home-assistant
labels:
- pairs:
app.kubernetes.io/instance: home-assistant
resources:
- namespace.yaml
- secrets.yaml