Skip to content

Commit

Permalink
Merge branch 'main' into feature/vault
Browse files Browse the repository at this point in the history
  • Loading branch information
schnatterer committed Jan 11, 2023
2 parents fc71d7a + 2381f3e commit 26e6ffb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ For questions or suggestions you are welcome to join us at our myCloudogu [commu
You can run a local k8s cluster with the GitOps playground installed with only one command (on Linux)

```shell
docker pull ghcr.io/cloudogu/gitops-playground && \
bash <(curl -s \
https://raw.githubusercontent.com/cloudogu/gitops-playground/main/scripts/init-cluster.sh) \
&& sleep 2 && docker run --rm -it -u $(id -u) -v ~/.k3d/kubeconfig-gitops-playground.yaml:/home/.kube/config \
&& sleep 2 && docker run --rm -it --pull=always -u $(id -u) \
-v ~/.k3d/kubeconfig-gitops-playground.yaml:/home/.kube/config \
--net=host \
ghcr.io/cloudogu/gitops-playground --yes
```
Expand Down Expand Up @@ -588,4 +588,4 @@ Alternatively you can trigger the deployment via the respective GitOps operator'
## Development
See [docs/developers.md](docs/developers.md)
See [docs/developers.md](docs/developers.md)
2 changes: 1 addition & 1 deletion docs/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Jenkins.instance.pluginManager.plugins.collect().sort().each {

### Providing dependencies

It seems like `groovy --classpath gitops-playground-cli-*.jar` [does not not to load jars]( https://stackoverflow.com/questions/10585808/groovy-script-classpath),
It seems like `groovy --classpath gitops-playground-cli-*.jar` [does not load jars]( https://stackoverflow.com/questions/10585808/groovy-script-classpath),
Workaround:

* Run
Expand Down

0 comments on commit 26e6ffb

Please sign in to comment.