fix(sorcerer): Fix correct label

This commit is contained in:
2025-11-11 12:32:46 +01:00
parent 9b9d82ca00
commit e10ddd8160
+2 -2
View File
@@ -2,14 +2,14 @@
apiVersion: dragonflydb.io/v1alpha1 apiVersion: dragonflydb.io/v1alpha1
kind: Dragonfly kind: Dragonfly
metadata: metadata:
name: {{ include "Atlantis.fullname" . }}-redis name: {{ include "Sorcerer.fullname" . }}-redis
namespace: {{ .Release.Namespace }} namespace: {{ .Release.Namespace }}
annotations: annotations:
linkerd.io/inject: disabled linkerd.io/inject: disabled
labels: labels:
app.kubernetes.io/created-by: dragonfly-operator app.kubernetes.io/created-by: dragonfly-operator
app.kubernetes.io/instance: dragonfly app.kubernetes.io/instance: dragonfly
{{- include "Atlantis.labels" . | nindent 4 }} {{- include "Sorcerer.labels" . | nindent 4 }}
spec: spec:
replicas: {{ .Values.redis.replicas| default "1" }} replicas: {{ .Values.redis.replicas| default "1" }}
resources: resources: