Skip to content
This repository has been archived by the owner on Jul 4, 2024. It is now read-only.

Commit

Permalink
Merge pull request #8 from ODA-CANVAS-FORK/feature/ghactionstest
Browse files Browse the repository at this point in the history
build xxx and yyy.
  • Loading branch information
ferenc-hechler authored Jun 12, 2024
2 parents f8777be + f1bda3c commit 0845d84
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/lint-python-code.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Lint Python code
on:
pull_request:
branches:
# TODO[FH]: remove before PR is merged.
- testmain
- master
jobs:
lint-python-code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: psf/black@stable
with:
src: "./source/operators/secretsmanagementOperator-hc"
2 changes: 1 addition & 1 deletion charts/canvas-oda/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ secretsmanagement-operator:
sidecarImage: ocfork/secretsmanagement-sidecar
sidecarVersion: 0.1.0
#TODO[FH]: remove before PR is merged
sidecarPrereleaseSuffix:
sidecarPrereleaseSuffix:

# TODO: add TLS to canvas-vault-hc
vault_addr: "http://canvas-vault-hc.canvas-vault.svc.cluster.local:8200"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TODO[FH]: delete this file before PR is merged!

SMAN OPERATOR
change to trigger build!!
change to trigger build!!!
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
TODO[FH]: delete this file before PR is merged!

SMAN SIDECAR
change to trigger build!!
change to trigger build!!!

0 comments on commit 0845d84

Please sign in to comment.