Skip to content

Commit

Permalink
Showing 5 changed files with 10 additions and 1,080 deletions.
12 changes: 5 additions & 7 deletions deploy/dracon/values/dev.yaml
Original file line number Diff line number Diff line change
@@ -13,13 +13,11 @@ kibana:

mongodb:
enabled: true
# auth:
# enabled: true
# usernames: ["consumer-mongodb"]
# passwords: ["consumer-mongodb"]
# databases: ["consumer-mongodb"]
# rootUser: "consumer-mongodb"
# rootPassword: "consumer-mongodb"
auth:
enabled: true
usernames: ["consumer-mongodb"]
passwords: ["consumer-mongodb"]
databases: ["consumer-mongodb"]

arangodb:
enabled: true
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -244,5 +244,5 @@ Then you can run an instance of the pipeline as follows:
```bash
kubectl create \
-n dracon \
-f ./examples/pipelines/golang-project/pipelinerun/pipelinerun.yaml
-f ./examples/pipelines/golang-project/pipelinerun.yaml
```
6 changes: 0 additions & 6 deletions examples/pipelines/golang-project/Chart.yaml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -15,6 +15,10 @@ spec:
# THIS IS AN EXAMPLE, PLEASE USE A PROPERLY SECURED SECRET KEY IN PRODUCTION
# Corresponding public key for verification is MOt7TFuLyGB9yRN5mcIeAPa6jKoFglkwEwGBTOVLeXI=
value: Lvbo+wAsW8Y4ENBA+lAikOwGTYAIXCQ49eRMEwClv94w63tMW4vIYH3JE3mZwh4A9rqMqgWCWTATAYFM5Ut5cg==
- name: consumer-elasticsearch-url
value: http://dracon-es-http:9200
- name: consumer-mongodb-db-uri
value: mongodb://consumer-mongodb:consumer-mongodb@dracon-mongodb:27017/consumer-mongodb
workspaces:
- name: output
volumeClaimTemplate:
1,066 changes: 0 additions & 1,066 deletions examples/pipelines/golang-project/templates/all.yaml

This file was deleted.

0 comments on commit 63dfab1

Please sign in to comment.