leonardochaia / kustomize-init-fields

Kustomize plugin to initializes Deployment Fields

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kustomize Field Init

When using Kustomize, there is no way to "append an item to a sequence, creating the sequence if it doesnt exist".

This plugin initializes common container fields so that I don't hit that issue while patching those fields.

Unfortunately, I can't use Strategic Merge Patch since I don't know the names of the containers beforehand.

About

Kustomize plugin to initializes Deployment Fields

License:MIT License


Languages

Language:Go 80.6%Language:Dockerfile 14.7%Language:Makefile 4.6%