-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[2] PushSecret: Platform Engineers can install ESO via helm #1090
Copy link
Copy link
Closed
Labels
StaleThis issue/Pull Request is stale and will be automatically closedThis issue/Pull Request is stale and will be automatically closed
Description
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
Reactions are currently unavailable
Metadata
Metadata
Labels
StaleThis issue/Pull Request is stale and will be automatically closedThis issue/Pull Request is stale and will be automatically closed
Type
Projects
Status
Done