Skip to content

Commit

Permalink
Uncomment if statement and remove ls
Browse files Browse the repository at this point in the history
Add correct python version badge
  • Loading branch information
meffmadd committed Jul 8, 2024
1 parent 1a8fe5e commit adacc59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
needs:
- changed-dirs
# if: startsWith(needs.init.outputs.changeDirs, 'operator') || startsWith(needs.init.outputs.changeDirs, 'server')
if: startsWith(needs.init.outputs.changeDirs, 'operator') || startsWith(needs.init.outputs.changeDirs, 'server')
strategy:
matrix:
include:
Expand Down Expand Up @@ -74,13 +74,9 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: "ls"
run: |
ls -la .
- name: Build and push
uses: docker/build-push-action@v6
# if: startsWith(needs.init.outputs.changeDirs, matrix.directory)
if: startsWith(needs.init.outputs.changeDirs, matrix.directory)
with:
context: ${{ matrix.directory }}
file: ./${{ matrix.directory }}/Dockerfile
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# config-server-operator

![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FTU-Wien-dataLAB%2Fconfig-server-operator%2Fmain%2Fpyproject.toml%3Ftoken%3DGHSAT0AAAAAACGUZZXQLY7KSD64CM5CM5FOZULV5QA)
![Python Version from PEP 621 TOML](https://img.shields.io/python/required-version-toml?tomlFilePath=https%3A%2F%2Fraw.githubusercontent.com%2FTU-Wien-dataLAB%2Fconfig-server-operator%2Fmain%2Fpyproject.toml)


This operator provides CRDs to create key/value pairs (`KeyValuePair`). The operator combines these configuration objects into a single `ConfigMap` and deploys a REST API that can be used to access the individual values with the corresponding keys.
Expand Down

0 comments on commit adacc59

Please sign in to comment.