Colin Hoglund
64045fadfb
add comment
2022-08-16 11:44:57 -07:00
Colin Hoglund
c5a7551da8
unexport
2022-08-16 11:43:37 -07:00
Colin Hoglund and Colin Hoglund
8d450bbf7d
DEVOPS-2496 add max history setting ( #12 )
...
* add history_max setting
* update docs
* use suite for env test
2022-08-16 11:37:13 -07:00
George Kaz
e482a144c1
add skip-crds flag support
...
Signed-off-by: George Kaz <egeorgekaz@gmail.com >
2021-07-20 19:26:00 +01:00
Joachim Hill-Grannec and GitHub
4462307983
Merge branch 'master' into master
2020-08-26 10:15:24 -07:00
minhdanh
5b4e3ab2ea
Rename kube_init_skip to skip_kubeconfig
2020-08-25 09:59:06 +07:00
minhdanh
0e58dde591
Support skipping kubeconfig creation
2020-08-24 13:03:36 +07:00
jie
70b2a2d0b4
Add a parameter "create_namespace"
2020-08-19 11:11:11 +08:00
Erin Call
0b17d929a7
Document the purpose of settingAliases [ #95 ]
2020-05-22 15:35:43 -07:00
Alex Obukhov
774bbb74db
Add dependencies_action configuration option
2020-04-05 14:22:46 +02:00
Ben Magee
0502d76c63
Interpolate environment variables in the AddRepos configuration parameter
2020-03-31 23:07:28 +01:00
Erin Call
dbcef2699e
Avoid polluted-env problems in config tests [ #34 ]
...
I mean...it's *possible* someone will have SECRET_WATER set in their
env, right? Might as well be paranoid; it doesn't cost much.
2020-01-21 16:25:58 -08:00
Erin Call
22aa1df894
Don't bother trying to hide secrets in values [ #34 ]
...
While testing this I discovered the secrets are revealed anyway, since
the lint/upgrade jobs' debug output includes the command they generated.
Might as well make the code a little simpler.
2020-01-21 16:23:55 -08:00
Erin Call
8f7b481934
Log debug information in loadValuesSecrets [ #34 ]
2020-01-21 16:04:05 -08:00
Erin Call
e843b26759
Expand env vars in Values/StringValues [ #34 ]
2020-01-21 15:46:32 -08:00
Erin Call
18313eeb5c
Use base64 strings for chart repo certs [ #74 ]
...
This should be a more flexible option since certificates aren't likely
to be part of the actual workspace and may be environment-dependent. It
also mirrors the kube_certificate, which is nice.
2020-01-20 15:40:36 -08:00
Erin Call
fcddc6e077
Merge branch 'master' into godiomaticity
2020-01-20 11:24:28 -08:00
Erin Call
16117eea2f
Put the Config in a new env package [ #67 ]
...
I'd like to be able to make calls like NewUpgrade(cfg) rather than
Upgrade{...}.Prepare, but I wouldn't be able to define a NewUpgrade
function while Config is in the helm package; there would be a circular
import when Plan tried to import run.
2020-01-14 10:32:20 -08:00