|
localizing Helm docs [feedback requested]
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code.
This has left me wondering... should Helm use some outside
The Helm website and docs are setup for localization / i18n. The flow of contributing translations is the same as contributing docs and code.
This has left me wondering... should Helm use some outside
|
By
Matt Farina
·
#294
·
|
|
Link for resolving a specified task
Hi,
I'm a DevOps course student.
I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana.
Can you please, send me a link to a
Hi,
I'm a DevOps course student.
I am now in the final project phase of the course, and I was required to deploy Prometheus operator via helm and grafana.
Can you please, send me a link to a
|
By
Sara Ben Shabbat <sarabenshabbat@...>
·
#293
·
|
|
Re: Helm
Thanks Matthew, for your response.
I don't believe the problem is with type. I tried with $, but getting the null pointer exception. <.Values.common >: nil pointer evaluating interface {}.mypath. I
Thanks Matthew, for your response.
I don't believe the problem is with type. I tried with $, but getting the null pointer exception. <.Values.common >: nil pointer evaluating interface {}.mypath. I
|
By
lmadan@...
·
#292
·
|
|
Re: Helm
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error.
Matthew Fisher
Caffeinated
In other words, you are passing a function a string when it expected an object. If you change your function call to the type it expects, that should solve your error.
Matthew Fisher
Caffeinated
|
By
Matt Fisher <matt.fisher@...>
·
#291
·
|
|
Re: Helm
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values.
If you
In your example, you are passing a variable of type string ("need value") to your function "mypath". Inside your "mypath" function,. it's looking for an object with a field called Values.
If you
|
By
Matt Fisher <matt.fisher@...>
·
#290
·
|
|
Helm : referencing the parent template field in sub chart.
Hi all, i have a quick question. I have the chart
hierarchy
-- parentChart
-- template
-- _helpers.tpl— charts
-- charts
-- chart1
-- template
-- _helpers.tpl
--
Hi all, i have a quick question. I have the chart
hierarchy
-- parentChart
-- template
-- _helpers.tpl— charts
-- charts
-- chart1
-- template
-- _helpers.tpl
--
|
By
lmadan@...
·
#289
·
Edited
|
|
Re: Lua Technical Discussion
Hi Matt,
Thanks for the great briefing, it sounds like the biggest sticking-point in my suggestion is that AFAIK Squirrel doesn't have a Go implementation.
It shares a lot in common with Lua and was
Hi Matt,
Thanks for the great briefing, it sounds like the biggest sticking-point in my suggestion is that AFAIK Squirrel doesn't have a Go implementation.
It shares a lot in common with Lua and was
|
By
Alistair Lowe
·
#287
·
|
|
Re: Is it possibe to create yaml object in helm from file
Probably not the right forum to ask usage questions on. Maybe try the #helm-users kubernetes slack channel in the future. But:
{{- $lists := .Files.Get "files/test.yaml" | fromYaml }}
{{- range
Probably not the right forum to ask usage questions on. Maybe try the #helm-users kubernetes slack channel in the future. But:
{{- $lists := .Files.Get "files/test.yaml" | fromYaml }}
{{- range
|
By
Fox, Kevin M <Kevin.Fox@...>
·
#286
·
|
|
Is it possibe to create yaml object in helm from file
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have
test.yaml
list:
- first element
- second element
In _helpers.tpl i can define
I want to iterate over the Yaml list which is defined in the file, and use it in Job. For example i have
test.yaml
list:
- first element
- second element
In _helpers.tpl i can define
|
By
lmadan@...
·
#285
·
|
|
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
·
|