Skip to content

Commit

Permalink
Allow installing kvisor in a configurable namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
domust committed Nov 7, 2023
1 parent 95372c3 commit 15e9c2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions charts/castai-kvisor/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: Service
metadata:
name: {{ ((.Values.kvisor | default dict).serviceName | default "kvisor") }}
namespace: {{ .Release.Namespace }}
spec:
selector:
app.kubernetes.io/name: castai-kvisor
Expand Down

0 comments on commit 15e9c2a

Please sign in to comment.