move values-local.yaml to values-local.yaml.example and give it exarmple values
This commit is contained in:
parent
80c2f776d3
commit
8269ab3900
3 changed files with 15 additions and 20 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -28,3 +28,6 @@ cypress/videos/
|
|||
|
||||
# Helm dependencies
|
||||
deployment/helmchart/charts/
|
||||
|
||||
# Helm values
|
||||
deployment/helmchart/values-local.yaml
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
frontend:
|
||||
host: dashboard.oas-test2.maartendewaard.nl
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: false
|
||||
image:
|
||||
tag: 2-add-helm-chart
|
||||
|
||||
backend:
|
||||
secretKey: tnsreaiotnau48pl329aftnreisaed
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: false
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
certManager: true
|
||||
hostname: dashboard.oas-test2.maartendewaard.nl
|
12
deployment/helmchart/values-local.yaml.example
Normal file
12
deployment/helmchart/values-local.yaml.example
Normal file
|
@ -0,0 +1,12 @@
|
|||
# Values you're likely to want to override. See values.yaml for their meanings
|
||||
|
||||
frontend:
|
||||
host: dashboard.oas.example.com
|
||||
|
||||
backend:
|
||||
secretKey: My random secret key
|
||||
|
||||
ingress:
|
||||
enabled: true
|
||||
certManager: true
|
||||
hostname: dashboard.oas.example.com
|
Loading…
Reference in a new issue