Skip to content

Prefixes and Suffixes #381

@theanotherwise

Description

@theanotherwise

Is your feature request related to a problem? Please describe.
Prefixes and Suffixes

Describe the solution you'd like

apiVersion: v1
kind: Secret
metadata:
  name: secret-name
  namespace: default
  annotations:
    replicator.v1.mittwald.de/replicate-to: my-namespace
    replicator.v1.mittwald.de/prefix: prefix
type: Opaque
data: {}

should create

apiVersion: v1
kind: Secret
metadata:
  name: prefix-secret-name
  namespace: my-namespace
type: Opaque
data: {}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions