v1.15.0 #60
allanger
announced in
Announcements
v1.15.0
#60
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Version 1.15.0 is released
Changes
credentials.templatesfeature that will replacesecretsTemplatessoon | Improve secrets and confimaps templatingΒ #48Notes
secretsTemplatesare considered deprecated since this version, so we suggest migrating to newcredentials.temlatesfeature. The documentation can be found here.The new templater will let you use Secrets and ConfigMaps directly, so the templating is a way more flexible.
For example
Fields that were available in
secretsTemplatesstill can be accessed via helpers.So instead of
now it's:
Also, it's possible to query data directly from a Database, for example:
In the following API version,
secretsTemplateswill be removed, and there will be a conversion webhook for turning them intocredentials.templates.This discussion was created from the release v1.15.0.
Beta Was this translation helpful? Give feedback.
All reactions