mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-09-18 13:22:17 +00:00
Support immutable attribute on generators
This commit is contained in:
@@ -41,5 +41,6 @@ func MakeConfigMap(
|
||||
return nil, err
|
||||
}
|
||||
copyLabelsAndAnnotations(rn, args.Options)
|
||||
setImmutable(rn, args.Options)
|
||||
return rn, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user