Support immutable attribute on generators

This commit is contained in:
jlandowner
2021-04-13 01:02:58 +00:00
parent 9d50890174
commit 82ff64c374
7 changed files with 37 additions and 0 deletions

View File

@@ -54,5 +54,6 @@ func MakeSecret(
return nil, err
}
copyLabelsAndAnnotations(rn, args.Options)
setImmutable(rn, args.Options)
return rn, nil
}