Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MGDCTRS-2205, MGDCTRS-2270: remove strimzi CRDs and change RBAC names #648

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,2 +1,21 @@
commonLabels:
app: strimzi

generatorOptions:
disableNameSuffixHash: true

resources:
- ../../../base/apps/strimzi
- ../../../base/apps/strimzi/operator

patchesJson6902:
- target:
kind: ServiceAccount
name: strimzi-cluster-operator
version: v1
patch: |-
- op: add
path: /metadata/namespace
value: "myproject"

transformers:
- namePrefixConfig.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
apiVersion: builtin
kind: PrefixSuffixTransformer
rk3rn3r marked this conversation as resolved.
Show resolved Hide resolved
metadata:
name: "customPrefix"
prefix: "cos-"
fieldSpecs:
- path: metadata/name
apiVersion: v1
kind: ServiceAccount
- path: metadata/name
apiVersion: v1
kind: ClusterRole
- path: metadata/name
apiVersion: v1
kind: RoleBinding
- path: metadata/name
apiVersion: v1
kind: ClusterRoleBinding
- path: metadata/name
apiVersion: v1
kind: Role