Skip to content

[2] PushSecret: Platform Engineers can install ESO via helm #1090

@ladeoshodi

Description

@ladeoshodi

Epic: #976

Acceptance Criteria

Scenario: A platform engineer can install ESO via helm
Given a platform engineer is getting started with ESO
When the platform engineer runs the helm command to install ESO
Then the platform engineer is able to confirm that ESO is installed and the CRD contains Write configuration by running kubectl apply -f some yaml file

Notes

  • Add SecretSink CRD

  • YAML File to test:

apiVersion: external-secrets.io/v1alpha1
kind: SecretSink
metadata:
  name: "hello-world"
  namespace: default
spec:
  secretStoreRefs:
  - name: secret-store
    kind: SecretStore
  - name: secret-store-2
    kind: SecretStore
  - name: cluster-secret-store
    kind: ClusterSecretStore
  selector:
    secret:
      name: foobar
  data:
  - match:
     - secretKey: foobar
       remoteRefs:
       - remoteKey: my/path/foobar 

Metadata

Metadata

Labels

StaleThis issue/Pull Request is stale and will be automatically closed

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions