1
0
Fork 0
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:
Antonio Gurgel 2023-11-24 20:12:10 -08:00
parent 1444cb9b18
commit 9c18a98f0f

View file

@ -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