Skip to content

Commit

Permalink
refactor: Apply suggestions from review
Browse files Browse the repository at this point in the history
Signed-off-by: Raphael Ludwig <[email protected]>
  • Loading branch information
Raffy23 committed Jul 5, 2022
1 parent fa718d6 commit 7b330a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,15 @@ instance:
#!/bin/bash
VERSION=0.1.0
NAMESPACE=default
GITEA_ENDPOINT="http://gitea-http.default:3000/"
GITEA_ADMIN_USERNAME=#Define a username for the admin
GITEA_ADMIN_PASSWORD=#Define a password for the admin

helm install keptn-gitea-provisioner-service https://github.com/keptn-sandbox/keptn-gitea-provisioner-service/releases/download/${VERSION}/keptn-gitea-provisioner-service-${VERSION}.tgz \
--set gitea.admin.create=true \
--set gitea.admin.username=${GITEA_ADMIN_USERNAME} \
--set gitea.admin.password=${GITEA_ADMIN_PASSWORD} \
--set gitea.endpoint=${GITEA_ENDPOINT} \
--wait

```
Expand Down Expand Up @@ -60,7 +62,7 @@ instance:
#!/bin/bash
NAMESPACE=default

helm upgrade -n keptn keptn \
helm upgrade -n keptn keptn keptn/keptn \
--set "control-plane.features.automaticProvisioningURL=http://keptn-gitea-provisioner-service.${NAMESPACE}"
```

Expand Down

0 comments on commit 7b330a2

Please sign in to comment.