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.
|
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
|
||||||
appVersion: v3.7.1
|
appVersion: v3.7.1
|
||||||
type: application
|
type: application
|
||||||
version: 6.0.4
|
version: 6.0.5
|
||||||
maintainers:
|
maintainers:
|
||||||
- name: Tommy Skaug
|
- name: Tommy Skaug
|
||||||
email: tommy@skaug.me
|
email: tommy@skaug.me
|
||||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
component: housekeeping
|
app.kubernetes.io/component: housekeeping
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
@ -21,7 +21,7 @@ spec:
|
||||||
labels:
|
labels:
|
||||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
component: housekeeping
|
app.kubernetes.io/component: housekeeping
|
||||||
spec:
|
spec:
|
||||||
containers:
|
containers:
|
||||||
- name: {{ .Chart.Name }}-housekeeping
|
- name: {{ .Chart.Name }}-housekeeping
|
||||||
|
|
|
@ -15,7 +15,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
component: worker
|
app.kubernetes.io/component: worker
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
@ -14,7 +14,7 @@ spec:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
app.kubernetes.io/name: {{ include "netbox.name" . }}
|
||||||
app.kubernetes.io/instance: {{ .Release.Name }}
|
app.kubernetes.io/instance: {{ .Release.Name }}
|
||||||
component: app
|
app.kubernetes.io/component: app
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
annotations:
|
||||||
|
|
Loading…
Reference in a new issue