Skip to content

Commit

Permalink
ci: add avp secret
Browse files Browse the repository at this point in the history
  • Loading branch information
incubator4 committed Apr 9, 2024
1 parent ffb2c87 commit 6ca1f40
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ on:
- master
tags:
- v*
paths-ignore:
- "deploy/**"
jobs:
build:
uses: NaturalSelectionLabs/Daedalus/.github/workflows/docker-tpl.yaml@main
Expand Down
2 changes: 2 additions & 0 deletions deploy/dev/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,4 +217,6 @@ kind: Secret
metadata:
name: bridge-indexer
namespace: crossbell
annotations:
avp.kubernetes.io/path: "kv/data/crossbell/bridge"
type: Opaque
2 changes: 2 additions & 0 deletions deploy/dev/validator_secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,6 @@ kind: Secret
metadata:
name: bridge-validator
namespace: crossbell
annotations:
avp.kubernetes.io/path: "kv/data/crossbell/bridge"
type: Opaque

0 comments on commit 6ca1f40

Please sign in to comment.