Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add version labels to release manifest Deployment/DaemonSet (#77)
Change make-kustomization.sh to add component/version labels only to Deployment/Daemonset in the manifest. By doing only these resources, rather than all resources, we minimize the noise in a manifest update to the gitops repo. If run locally the labels will be: app.kubernetes.io/component: lustre-csi-driver app.kubernetes.io/version: <git-version-gen> If run from nnf-deploy's "make manifests" the labels will be: app.kubernetes.io/component: lustre-csi-driver app.kubernetes.io/version: <lustre-csi-driver's git-version-gen> app.kubernetes.io/part-of: nnf app.kubernetes.io/nnf-version: <nnf-deploy's git-version-gen> Signed-off-by: Dean Roehrich <[email protected]>
- Loading branch information