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

build xxx and yyy. #8

Merged
merged 5 commits into from
Jun 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!!!