Skip to content

Commit

Permalink
(TESTING) (fleet) add 'ci' site
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Mar 26, 2024
1 parent 406eee8 commit 822a368
Show file tree
Hide file tree
Showing 2 changed files with 26 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,19 @@
---
apiVersion: external-secrets.io/v1beta1
kind: ClusterSecretStore
metadata:
name: onepassword
namespace: external-secrets
spec:
provider:
fake:
data:
- key: "/foo/bar"
value: "HELLO1"
version: "v1"
- key: "/foo/bar"
value: "HELLO2"
version: "v2"
- key: "/foo/baz"
value: '{"john": "doe"}'
version: "v1"

0 comments on commit 822a368

Please sign in to comment.