Skip to content

Commit

Permalink
Use template in values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
garronej committed Jan 14, 2024
1 parent cf42fdf commit 940ba00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/onyxia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ onyxia:
annotations:
kubernetes.io/ingress.class: nginx
hosts:
- host: onyxia.react-dsfr.fr
- host: datalab.$DOMAIN
web:
image:
repository: inseefrlab/onyxia-web
Expand All @@ -25,7 +25,7 @@ onyxia:
"singleNamespace": true,
"authenticationMode": "serviceAccount",
"expose": {
"domain": "lab.react-dsfr.fr"
"domain": "lab.$DOMAIN"
}
}
}
Expand Down

0 comments on commit 940ba00

Please sign in to comment.