Skip to content

Commit

Permalink
referencing specific config file as part of deployment config
Browse files Browse the repository at this point in the history
  • Loading branch information
robscott committed May 17, 2019
1 parent a0b2cfa commit 5a7aaaa
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
deploy
examples
.gitignore
.git/*
Dockerfile
Expand Down
2 changes: 2 additions & 0 deletions deploy/dashboard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ spec:
- command:
- polaris
- --dashboard
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.1.1'
imagePullPolicy: 'Always'
name: dashboard
Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/polaris/templates/dashboard.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ spec:
- command:
- polaris
- --dashboard
- --config
- /opt/app/config.yaml
image: '{{.Values.webhook.image.repository}}:{{.Values.webhook.image.tag}}'
imagePullPolicy: '{{.Values.webhook.image.pullPolicy}}'
name: dashboard
Expand Down
2 changes: 2 additions & 0 deletions deploy/helm/polaris/templates/webhook.deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ spec:
command:
- polaris
- --webhook
- --config
- /opt/app/config.yaml
image: '{{.Values.webhook.image.repository}}:{{.Values.webhook.image.tag}}'
imagePullPolicy: '{{.Values.webhook.image.pullPolicy}}'
ports:
Expand Down
2 changes: 2 additions & 0 deletions deploy/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,8 @@ spec:
command:
- polaris
- --webhook
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.1.1'
imagePullPolicy: 'Always'
ports:
Expand Down

0 comments on commit 5a7aaaa

Please sign in to comment.