Skip to content

Release 3.2.0

Compare
Choose a tag to compare
@Ragin-LundF Ragin-LundF released this 22 Jun 16:11
· 12 commits to master since this release
82bf2da

Configuration to keep temporary files

Now it is possible to set a configuration to keep the temporary files for the configuration deployments.
The configuration can be set in the main or in the project configuration:

k8sManagement:
  # keep generated temporary files
  keepGeneratedTemplates: false

(see config/k8s_jcasc_mgmt.yaml)

To avoid to check those files in, please add the following line to your .gitignore

__k8smgmt__*

Bugfixes

There was a path error for the migration assistant, which should be fixed now.