Skip to content

Commit 075f62d

Browse files
update pipelines
1 parent b8ab42e commit 075f62d

18 files changed

+76
-2
lines changed

cicd/gollum/gollum_v1alpha1_gollumrepository.yaml renamed to cicd/gollum/repo-tunnelguard.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
apiVersion: gollum.soeren.cloud/v1alpha1
23
kind: Repository
34
metadata:
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
apiVersion: "external-secrets.io/v1beta1"
3+
kind: "ExternalSecret"
4+
metadata:
5+
name: "github"
6+
spec:
7+
refreshInterval: "1h"
8+
secretStoreRef:
9+
name: "vault"
10+
kind: "ClusterSecretStore"
11+
target:
12+
name: "github"
13+
creationPolicy: "Owner"
14+
data:
15+
- secretKey: "GH_TOKEN"
16+
remoteRef:
17+
key: "secret/soeren.cloud/env/prod/cicd/github"
18+
property: "token"

0 commit comments

Comments
 (0)