Merge pull request #105 from reactiveops/rs/config-fix

Referencing Polaris config file as part of deployment config
This commit is contained in:
Rob Scott
2019-05-17 14:19:21 -04:00
committed by GitHub
5 changed files with 9 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
deploy
examples
.gitignore
.git/*
Dockerfile

View File

@@ -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

View File

@@ -29,6 +29,8 @@ spec:
- command:
- polaris
- --dashboard
- --config
- /opt/app/config.yaml
image: '{{.Values.dashboard.image.repository}}:{{.Values.dashboard.image.tag}}'
imagePullPolicy: '{{.Values.dashboard.image.pullPolicy}}'
name: dashboard

View File

@@ -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:

View File

@@ -208,6 +208,8 @@ spec:
command:
- polaris
- --webhook
- --config
- /opt/app/config.yaml
image: 'quay.io/reactiveops/polaris:0.1.1'
imagePullPolicy: 'Always'
ports: