mirror of
https://github.com/FairwindsOps/polaris.git
synced 2026-05-12 04:06:44 +00:00
Merge pull request #105 from reactiveops/rs/config-fix
Referencing Polaris config file as part of deployment config
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
deploy
|
||||
examples
|
||||
.gitignore
|
||||
.git/*
|
||||
Dockerfile
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -208,6 +208,8 @@ spec:
|
||||
command:
|
||||
- polaris
|
||||
- --webhook
|
||||
- --config
|
||||
- /opt/app/config.yaml
|
||||
image: 'quay.io/reactiveops/polaris:0.1.1'
|
||||
imagePullPolicy: 'Always'
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user