Skip to content
Snippets Groups Projects
Verified Commit 8269ab39 authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

move values-local.yaml to values-local.yaml.example and give it exarmple values

parent 80c2f776
No related branches found
No related tags found
No related merge requests found
......@@ -28,3 +28,6 @@ cypress/videos/
# Helm dependencies
deployment/helmchart/charts/
# Helm values
deployment/helmchart/values-local.yaml
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
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment