fix(sorcerer): Fix correct label
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user