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
-
Version 1.15.0 is released
Changes
credentials.templates
feature that will replacesecretsTemplates
soon | Improve secrets and confimaps templating #48Notes
secretsTemplates
are considered deprecated since this version, so we suggest migrating to newcredentials.temlates
feature. 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
secretsTemplates
still 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,
secretsTemplates
will 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