You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use devspace in order to deploy helm charts for various applications which are using different snaespace and I can configure/manage/deploy them via a single devspace.yaml file. This will be very helpful
version: v2beta1
deployments:
prefect-server:
helm:
chart:
name: prefect-server
repo: https://prefecthq.github.io/prefect-helm
namespace: prefect # need this feature
createNamespace: true # need this feature
valuesFiles:
- ./helm/values/prefect-server/values.yaml
nginx:
helm:
chart:
name: ingress-nginx
repo: https://kubernetes.github.io/ingress-nginx
namespace: ingress-nginx # need this feature
createNamespace: true # need this feature
valuesFiles:
- ./helm/values/ingress-nginx/values.yaml
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I want to use devspace in order to deploy helm charts for various applications which are using different snaespace and I can configure/manage/deploy them via a single
devspace.yaml
file. This will be very helpfulBeta Was this translation helpful? Give feedback.
All reactions