Slackbot
02/01/2023, 1:49 PMOr Weis
02/01/2023, 1:55 PMRaz Co
02/01/2023, 2:31 PM.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.Avo Sepp
02/01/2023, 2:34 PM.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.Avo Sepp
02/01/2023, 2:42 PMRaz Co
02/01/2023, 2:49 PM