You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've recently came across Tanka after developing a custom solution to handle our k8s workloads. One of the things we do with our internal tooling is export our manifests to the filesystem and run the exported manifests through kubectl-slice in order to generate files on local disk which then get committed to a repository to be used by other teams / automated processes. The kubectl-slice works pretty much the same way as the tanka export when using the --format flag.
A feature that would benefit us would be the ability to set the value of the format argument in tanka export --format="this value" ... inside of Tanka (perhaps in a Tanka Environment manifest) so that we do not have to store the value out of band.
The text was updated successfully, but these errors were encountered:
mathewpeterson
changed the title
feature request:
feature request: Storing the value tanka export --format inside of Tanka
Jan 9, 2023
Hello,
I've recently came across Tanka after developing a custom solution to handle our k8s workloads. One of the things we do with our internal tooling is export our manifests to the filesystem and run the exported manifests through kubectl-slice in order to generate files on local disk which then get committed to a repository to be used by other teams / automated processes. The kubectl-slice works pretty much the same way as the
tanka export
when using the--format
flag.A feature that would benefit us would be the ability to set the value of the format argument in
tanka export --format="this value" ...
inside of Tanka (perhaps in a Tanka Environment manifest) so that we do not have to store the value out of band.The text was updated successfully, but these errors were encountered: