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:
@@ -3,6 +3,10 @@ kind: Kustomization
|
||||
|
||||
namespace: home-assistant
|
||||
|
||||
labels:
|
||||
- pairs:
|
||||
app.kubernetes.io/instance: home-assistant
|
||||
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- secrets.yaml
|
||||
|
||||
Reference in New Issue
Block a user