fix(netbox) selectors didn't match labels
This commit is contained in:
parent
3bfeab316a
commit
16044d5773
4 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@ description: |
|
|||
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
|
||||
appVersion: v3.7.1
|
||||
type: application
|
||||
version: 6.0.4
|
||||
version: 6.0.5
|
||||
maintainers:
|
||||
- name: Tommy Skaug
|
||||
email: tommy@skaug.me
|
||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
|||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
component: housekeeping
|
||||
app.kubernetes.io/component: housekeeping
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
|
@ -21,7 +21,7 @@ spec:
|
|||
labels:
|
||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
component: housekeeping
|
||||
app.kubernetes.io/component: housekeeping
|
||||
spec:
|
||||
containers:
|
||||
- name: {{ .Chart.Name }}-housekeeping
|
||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
|||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
component: worker
|
||||
app.kubernetes.io/component: worker
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
|||
matchLabels:
|
||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||
component: app
|
||||
app.kubernetes.io/component: app
|
||||
template:
|
||||
metadata:
|
||||
annotations:
|
||||
|
|
Loading…
Reference in a new issue