- apiVersion: builtin
- kind: NamespaceTransformer
- metadata:
- name: will-change-the-namespace-names-everywhere
- # Set this to wherever you want to deploy everything.
- # The namespace will be created if it does not exist.
- namespace: my-very-own-namespace
- setRoleBindingSubjects: allServiceAccounts
- fieldSpecs:
- - path: metadata/name
- kind: Namespace
|