2022-01-13 10:34:35 +00:00
|
|
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
|
|
kind: Kustomization
|
|
|
|
|
|
|
|
resources:
|
|
|
|
- ../../target
|
|
|
|
|
|
|
|
namespace: default
|
2023-10-03 10:31:23 +00:00
|
|
|
|
|
|
|
transformers:
|
|
|
|
- |-
|
|
|
|
apiVersion: builtin
|
|
|
|
kind: NamespaceTransformer
|
|
|
|
metadata:
|
|
|
|
name: notImportantHere
|
|
|
|
namespace: default
|
|
|
|
setRoleBindingSubjects: allServiceAccounts
|
|
|
|
fieldSpecs:
|
|
|
|
- path: metadata/namespace
|
|
|
|
create: true
|