ntfy: 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:28:05 -05:00
parent 860bfb1e2c
commit 1a83e4be89

View File

@@ -2,6 +2,8 @@ apiVersion: v1
kind: Namespace
metadata:
name: ntfy
labels:
app.kubernetes.io/instance: ntfy
---
apiVersion: v1