Closed usrbinkat closed 6 months ago
implemented workaround by writing transformed manifest with removed namespace resources to disk path and executing ConfigFile against the transformed manifest on disk.
On further investigation, it was conclusively determined that transformations currently have no support for resource removal, only transformation.
Problem
Trying to eliminate a built in namespace resource from a remote
k8s.core.v1.ConfigFile
manifest using transformations.Logging indicates the condition is correctly detected but the namespace resource is still deployed.
Code permalink
Bash