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 e0ff2e8
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 @@ -45,3 +45,10 @@ targetCustomizations:
yaml:
overlays:
- cp
- name: ci
clusterSelector:
matchLabels:
site: ci
yaml:
overlays:
- ci
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 e0ff2e8

Please sign in to comment.