UNCLASSIFIED

Commit 2adfc17a authored by Grant Duncklee's avatar Grant Duncklee
Browse files

Merge branch 'feat/add_vs_interpolation' into 'master'

feat: add vs variable interpolation

See merge request !4
parents 0d720e74 b6c44edc
# Changelog
---
## 103.0.1-bb.2] - 2021-08-26
### Changed
- changed vs and values.yaml to support variable interpolation
## [103.0.1-bb.1]
### Added
......
apiVersion: v2
name: nexus-iq-server
version: 103.0.1-bb.1
version: 103.0.1-bb.2
appVersion: 1.103.0
type: application
......
......@@ -14,7 +14,9 @@ metadata:
app.kubernetes.io/component: {{ include "iqserver.name" . }}
spec:
gateways:
- main.istio-system.svc.cluster.local
{{- range .Values.istio.iqserver.gateways }}
- {{ . }}
{{- end }}
hosts:
- "{{ .Values.hostname }}.{{ .Values.domain }}"
http:
......
......@@ -8,6 +8,9 @@ hostname: nexus-iq-server
istio:
enabled: false
iqserver:
gateways:
- "public"
license_key: ""
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment