Merge "Add label platform/application to pods"
This commit is contained in:
commit
5eafcbba69
@ -24,6 +24,10 @@ spec:
|
||||
labels:
|
||||
app: {{ include "notification.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
app.starlingx.io/component: {{ ternary "application" "platform" .Values.labels.isApplication}}
|
||||
annotations: {
|
||||
configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }}
|
||||
}
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.ptptracking.imagePullSecrets}}
|
||||
|
@ -20,6 +20,10 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
app: rabbitmq
|
||||
app.starlingx.io/component: {{ ternary "application" "platform" .Values.labels.isApplication}}
|
||||
annotations: {
|
||||
configchecksum: {{ toYaml .Values.labels | sha256sum | trunc 63 }}
|
||||
}
|
||||
spec:
|
||||
imagePullSecrets:
|
||||
- name: {{ .Values.registration.imagePullSecrets }}
|
||||
|
@ -19,6 +19,9 @@ fullnameOverride: ""
|
||||
global:
|
||||
namespace: notification
|
||||
|
||||
labels:
|
||||
isApplication: false
|
||||
|
||||
registration:
|
||||
imagePullSecrets: default-registry-key
|
||||
image:
|
||||
|
Loading…
Reference in New Issue
Block a user