Skip to content

Commit

Permalink
(TESTING) (fleet/external-secrets-conf) fake it until you make it
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 27, 2024
1 parent 313bcc2 commit 58ba882
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fleet/lib/external-secrets-conf/fleet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,13 @@ dependsOn:
bundle: external-secrets
targetCustomizations:
# first match is used
- name: ci
clusterSelector:
matchLabels:
ci: "true"
yaml:
overlays:
- ci
- name: ayekan
clusterName: ayekan
yaml:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: onepassword
namespace: external-secrets
spec:
provider:
fake:
data:
- key: it-dns-dev (aws)
#property: username
value: XXXusername
- key: it-dns-dev (aws)
#property: password
value: XXXpassword

0 comments on commit 58ba882

Please sign in to comment.