Skip to content

Commit

Permalink
fix: operator deployment ignores custom namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
timmhirsens committed Jul 4, 2024
1 parent d09b355 commit 74924d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: retina-operator
namespace: kube-system
namespace: {{ .Values.namespace }}
labels:
app: retina-operator
control-plane: retina-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ metadata:
app.kubernetes.io/part-of: operator
app.kubernetes.io/managed-by: kustomize
name: retina-operator
namespace: kube-system
namespace: {{ .Values.namespace }}

{{- end -}}

0 comments on commit 74924d5

Please sign in to comment.