mirror of
https://git.sr.ht/~goorzhel/turboprop
synced 2024-12-14 11:37:37 +00:00
Use fullnameOverride on sys/argo/workflows
Otherwise the resources have ridiculous names like "workflows-argo-workflows-server".
This commit is contained in:
parent
1444cb9b18
commit
9c18a98f0f
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@
|
|||
args = {
|
||||
chart = charts.argo.workflows;
|
||||
values = {
|
||||
fullnameOverride = "argo-workflows";
|
||||
server = {
|
||||
extraArgs = ["--auth-mode" "server" "--auth-mode" "client"];
|
||||
secure = false; # I have Istio and an HTTPS gateway
|
||||
|
|
Loading…
Reference in a new issue