|
Re: Lua Technical Discussion
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered.
The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
We were looking to use Lua as a pre- and post-hook event system when charts were being rendered.
The post-render hook introduced in Helm 3.1 seems to handle most of the use cases the Lua event system
|
By
Matt Fisher <matt.fisher@...>
·
#284
·
|
|
Lua Technical Discussion
Hi guys,
I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice?
I would like to put forward
Hi guys,
I'm interested in the move to supporting Lua templates, is there a technical discussion or documentation discussing the reasoning behind Lua as a language choice?
I would like to put forward
|
By
Alistair Lowe
·
#283
·
|
|
Re: Helm unit tests
Thank you Gareth. At a first glance it looks good and I will surely try it out.
--
SIMON FONTANA OSCARSSONSoftware DeveloperEricssonÖlandsgatan 137133 Karlskrona,
Thank you Gareth. At a first glance it looks good and I will surely try it out.
--
SIMON FONTANA OSCARSSONSoftware DeveloperEricssonÖlandsgatan 137133 Karlskrona,
|
By
Simon Fontana Oscarsson
·
#282
·
|
|
Re: Helm unit tests
As one of the maintainers I'm biased, but try out Conftest
https://github.com/instrumenta/conftest
We have a Helm plugin which makes this easier
As one of the maintainers I'm biased, but try out Conftest
https://github.com/instrumenta/conftest
We have a Helm plugin which makes this easier
|
By
Gareth Rushgrove
·
#281
·
|
|
Helm unit tests
Hi,
Are there any good options for writing unit tests for Helm charts? My use case is that I want to test that, when setting a parameter, the correct changes are applied to the chart.
I've looked a
Hi,
Are there any good options for writing unit tests for Helm charts? My use case is that I want to test that, when setting a parameter, the correct changes are applied to the chart.
I've looked a
|
By
Simon Fontana Oscarsson
·
#280
·
|
|
Re: Helm v3.1.0
s/not/now .... Helm v3.1.0 has NOW been released. Thanks for catching my typo Jimmy.
s/not/now .... Helm v3.1.0 has NOW been released. Thanks for catching my typo Jimmy.
|
By
Matt Farina
·
#279
·
|
|
Helm v3.1.0
Helm v3.1.0 has not been released. You can read about it at https://github.com/helm/helm/releases/tag/v3.1.0
There was about 3 months between the release of 3.0.0 and 3.1.0. The release of 3.0.0 was a
Helm v3.1.0 has not been released. You can read about it at https://github.com/helm/helm/releases/tag/v3.1.0
There was about 3 months between the release of 3.0.0 and 3.1.0. The release of 3.0.0 was a
|
By
Matt Farina
·
#278
·
|
|
Re: Urgent: Helm CNCF webinar
I created the Helm 2 Weave Scope chart, and I’ve been looking at it in light of the recent GA of Helm 3, and a lot of what I need to do with it is security-related:
* It needs version/default
I created the Helm 2 Weave Scope chart, and I’ve been looking at it in light of the recent GA of Helm 3, and a lot of what I need to do with it is security-related:
* It needs version/default
|
By
Joe Thompson
·
#277
·
|
|
Urgent: Helm CNCF webinar
Hi all:
Reaching out re: help for a CNCF webinar on Feb. 25th (date and time is final). There is flexibility WRT content. Will include the Helm report (see below) but will be great to have something
Hi all:
Reaching out re: help for a CNCF webinar on Feb. 25th (date and time is final). There is flexibility WRT content. Will include the Helm report (see below) but will be great to have something
|
By
Raghavan "Rags" N. Srinivas <rags@...>
·
#276
·
|
|
Re: Helm 3 impersonation
This feature is being tracked in https://github.com/helm/helm/issues/5303. It is not currently available. However, the implementation details seem easy enough for someone new to the Helm code base to
This feature is being tracked in https://github.com/helm/helm/issues/5303. It is not currently available. However, the implementation details seem easy enough for someone new to the Helm code base to
|
By
Matt Fisher <matt.fisher@...>
·
#275
·
|
|
Helm 3 impersonation
Does helm 3 supports impersonation similar to ‘as’ in kubectl?
Does helm 3 supports impersonation similar to ‘as’ in kubectl?
|
By
Ashik Mohammed
·
#274
·
|
|
Re: Helm 3 "state"? Is there such a thing
Thank you very much, Fox and Kevin. That cleared up my confusion.
Thank you very much, Fox and Kevin. That cleared up my confusion.
|
By
Abhirama <abhirama@...>
·
#272
·
|
|
Re: Helm 3 "state"? Is there such a thing
Sorry, I meant to say "Thanks, Kevin and Matthew"!
Sorry, I meant to say "Thanks, Kevin and Matthew"!
|
By
Abhirama <abhirama@...>
·
#271
·
|
|
Re: Helm 3 "state"? Is there such a thing
> My guess is that, during the 3-way merge, the mentioned "old manifest" is directly retrieved from the k8s master itself and that Helm doesn't store any release related information in the
> My guess is that, during the 3-way merge, the mentioned "old manifest" is directly retrieved from the k8s master itself and that Helm doesn't store any release related information in the
|
By
Matt Fisher <matt.fisher@...>
·
#270
·
|
|
Re: Helm 3 "state"? Is there such a thing
As far as I can tell, the "state" is made up of:
* caches
* credentials
* repos
So long as your stateless job (k8s pod) adds whatever credentials it needs and repo's as part of the job you should be
As far as I can tell, the "state" is made up of:
* caches
* credentials
* repos
So long as your stateless job (k8s pod) adds whatever credentials it needs and repo's as part of the job you should be
|
By
Fox, Kevin M <Kevin.Fox@...>
·
#269
·
|
|
Helm 3 "state"? Is there such a thing
Hi,
I'm sorry if the question comes across as too lame.
Now that Helm 3 is client-only, I understand that it stores "state" information along with the client in the directories determined by the
Hi,
I'm sorry if the question comes across as too lame.
Now that Helm 3 is client-only, I understand that it stores "state" information along with the client in the directories determined by the
|
By
Abhirama <abhirama@...>
·
#268
·
|
|
Re: Ordering of Helm subcharts
Hi Paul!
Thanks for answering. Actually I already tried your second approach with somescripting voodoo around it which of course worked. But meanwhile I came across abetter solution by using the k8s
Hi Paul!
Thanks for answering. Actually I already tried your second approach with somescripting voodoo around it which of course worked. But meanwhile I came across abetter solution by using the k8s
|
By
Bernd Adamowicz
·
#267
·
|
|
Re: Ordering of Helm subcharts
Hi Bernd!
I could see two options:
* use the `post-install` hook for the pipeline-run ?
* use two helm charts, one for the tasks and pipeline, the other for the pipeline-run. the latter can have
Hi Bernd!
I could see two options:
* use the `post-install` hook for the pipeline-run ?
* use two helm charts, one for the tasks and pipeline, the other for the pipeline-run. the latter can have
|
By
Paul Czarkowski <pczarkowski@...>
·
#266
·
|
|
Dynamic Helm chart Creation
Hello All,
I want to use templates in overall umbrella chart and include/build only required helm chart.
Which means the Final umbrella chart(main values.yaml) should only contain information about
Hello All,
I want to use templates in overall umbrella chart and include/build only required helm chart.
Which means the Final umbrella chart(main values.yaml) should only contain information about
|
By
smart.imran003@...
·
#265
·
Edited
|
|
Ordering of Helm subcharts
According to the documentationhere it is possible to declare dependenciesin Heln charts using the charts subdirectory. However, the order in which theK8s resources will be deployed depends on the
According to the documentationhere it is possible to declare dependenciesin Heln charts using the charts subdirectory. However, the order in which theK8s resources will be deployed depends on the
|
By
Bernd Adamowicz
·
#264
·
|