diff --git a/.drone.yml b/.drone.yml index b5e0405..35f5856 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 diff --git a/.drone/helm/chart/templates/ingress.yaml b/.drone/helm/chart/templates/ingress.yaml index 44ae7bc..7b3895f 100644 --- a/.drone/helm/chart/templates/ingress.yaml +++ b/.drone/helm/chart/templates/ingress.yaml @@ -30,4 +30,6 @@ spec: service: name: {{ .Values.service.name }} port: - number: 8000 \ No newline at end of file + number: 8000 + {{- end }} + {{- end }} \ No newline at end of file