Templating broken
continuous-integration/drone/push Build was killed Details

This commit is contained in:
DutchEllie 2022-03-12 19:31:01 +01:00
parent 8776c02bb4
commit 860b2e47d0
Signed by: DutchEllie
SSH Key Fingerprint: SHA256:dKq6ZSgN5E3Viqrw/+xAdf2VdR6hdRGNyrYqXXwfjTY
2 changed files with 4 additions and 2 deletions

View File

@ -29,7 +29,7 @@ steps:
release: newsite-staging
skip_tls_verify: true
values_files:
- .drone/helm/values.yaml
# - .drone/helm/values.yaml
- .drone/helm/staging-val.yaml
kube_api_server:
from_secret: staging_api_server

View File

@ -30,4 +30,6 @@ spec:
service:
name: {{ .Values.service.name }}
port:
number: 8000
number: 8000
{{- end }}
{{- end }}