This message was deleted.
# opal
s
This message was deleted.
💪 1
o
That’s a good point ; @Raz Co WDYT ?
r
I’m trying to think, what about you don’t set any
.Values.server
in your helm values ? In
templates/deployment-server.yaml
the first line is
{{- if .Values.server }}
which means that it’ll deploy the server only if the values are set.
a
Yeah I was just thinking the same thing. I might be wrong, should be 1 Helm chart. But maybe we can consider a
.Values.server.enable
bool to make it clear from just the values that the server can be enabled or not? I might look into this later. Its just been a morning thought so far.
It works fine for my needs right now. 👍
r
Great ! Let us know if you would like to change anything there
👍 1