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
As part of CDK8S implementation, We were trying the synth manifest in the form of the helm. The question came up whether we can do it via app.synth() for the helm chart.
I know there is a way where we can do it via cli
cdk8s synth --format helm --output harness-skel --chart-version 1.0.0
I was trying to pass the values to AppProps
app := cdk8s.NewApp(&cdk8s.AppProps{ Outdir: jsii.String("Test"), OutputFileExtension: jsii.String("yaml"), })
But seems like the AppProps struct does not expose the format to be helm, is there a way we can implement this?
I am not sure if this would be a feature request of we already have a way to do this.
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
-
Hi Team,
As part of CDK8S implementation, We were trying the synth manifest in the form of the helm. The question came up whether we can do it via app.synth() for the helm chart.
I know there is a way where we can do it via cli
cdk8s synth --format helm --output harness-skel --chart-version 1.0.0
I was trying to pass the values to AppProps
app := cdk8s.NewApp(&cdk8s.AppProps{ Outdir: jsii.String("Test"), OutputFileExtension: jsii.String("yaml"), })
But seems like the AppProps struct does not expose the format to be helm, is there a way we can implement this?
I am not sure if this would be a feature request of we already have a way to do this.
Thanks
Vipin Mishra
Beta Was this translation helpful? Give feedback.
All reactions