add secrets to appsfile
This commit is contained in:
parent
31aef2e676
commit
8d21913d54
2 changed files with 4 additions and 1 deletions
5
app.yaml
5
app.yaml
|
@ -17,6 +17,9 @@ spec:
|
||||||
- repoURL: https://git.ar21.de/aaron/woodpecker-deployment.git
|
- repoURL: https://git.ar21.de/aaron/woodpecker-deployment.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
ref: values
|
ref: values
|
||||||
|
- repoURL: https://git.ar21.de/aaron/woodpecker-deployment.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: secrets
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: woodpecker
|
namespace: woodpecker
|
||||||
|
@ -24,4 +27,4 @@ spec:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- CreateNamespace=true
|
- CreateNamespace=true
|
||||||
automated:
|
automated:
|
||||||
prune: false
|
prune: false
|
||||||
|
|
Reference in a new issue