...

Text file src/edge-infra.dev/config/pallets/sds/interlock/base/replacements/serviceaccount_namespace.yaml

Documentation: edge-infra.dev/config/pallets/sds/interlock/base/replacements

     1source:
     2  kind: ServiceAccount
     3  version: v1
     4  fieldPath: metadata.namespace
     5targets:
     6- select:
     7    kind: ClusterRoleBinding
     8    group: rbac.authorization.k8s.io
     9    version: v1
    10  fieldPaths:
    11  - subjects.0.namespace
    12- select:
    13    kind: RoleBinding
    14    group: rbac.authorization.k8s.io
    15    version: v1
    16  fieldPaths:
    17  - subjects.0.namespace

View as plain text