fix(sorcerer): Fix correct label
This commit is contained in:
@@ -2,14 +2,14 @@
|
||||
apiVersion: dragonflydb.io/v1alpha1
|
||||
kind: Dragonfly
|
||||
metadata:
|
||||
name: {{ include "Atlantis.fullname" . }}-redis
|
||||
name: {{ include "Sorcerer.fullname" . }}-redis
|
||||
namespace: {{ .Release.Namespace }}
|
||||
annotations:
|
||||
linkerd.io/inject: disabled
|
||||
labels:
|
||||
app.kubernetes.io/created-by: dragonfly-operator
|
||||
app.kubernetes.io/instance: dragonfly
|
||||
{{- include "Atlantis.labels" . | nindent 4 }}
|
||||
{{- include "Sorcerer.labels" . | nindent 4 }}
|
||||
spec:
|
||||
replicas: {{ .Values.redis.replicas| default "1" }}
|
||||
resources:
|
||||
|
||||
Reference in New Issue
Block a user