-
Notifications
You must be signed in to change notification settings - Fork 314
/
Copy pathexternal-secrets-operator.yaml
52 lines (45 loc) · 1.23 KB
/
external-secrets-operator.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
package:
name: external-secrets-operator
version: "0.15.0"
epoch: 0
description: Integrate external secret management systems with Kubernetes
copyright:
- license: Apache-2.0
pipeline:
- uses: git-checkout
with:
repository: https://github.com/external-secrets/external-secrets
tag: v${{package.version}}
expected-commit: e07ba8088ef0a10031d13dac4d1d3d7e3264c1e1
- uses: go/build
with:
go-package: go
packages: .
output: external-secrets
- uses: strip
test:
environment:
contents:
packages:
- git
- curl
pipeline:
- uses: test/kwok/cluster
- name: Fetch the testdata from the source repo
runs: |
git clone --depth=1 https://github.com/external-secrets/external-secrets
- name: Run a simple test of the external secrets operator against the testdata
working-directory: external-secrets/deploy/crds
runs: |
kubectl apply -f bundle.yaml
# Start the operator
external-secrets --help
external-secrets &
sleep 5
curl localhost:8080/metrics | grep secretstore
update:
enabled: true
github:
identifier: external-secrets/external-secrets
strip-prefix: v
tag-filter: v