UNCLASSIFIED

Commit b6c44edc authored by Grant Duncklee's avatar Grant Duncklee
Browse files

feat: add vs variable interpolation

parent 4dea8dcc
# Changelog # Changelog
--- ---
## 103.0.1-bb.2] - 2021-08-26
### Changed
- changed vs and values.yaml to support variable interpolation
## [103.0.1-bb.1] ## [103.0.1-bb.1]
### Added ### Added
......
apiVersion: v2 apiVersion: v2
name: nexus-iq-server name: nexus-iq-server
version: 103.0.1-bb.1 version: 103.0.1-bb.2
appVersion: 1.103.0 appVersion: 1.103.0
type: application type: application
......
...@@ -14,7 +14,9 @@ metadata: ...@@ -14,7 +14,9 @@ metadata:
app.kubernetes.io/component: {{ include "iqserver.name" . }} app.kubernetes.io/component: {{ include "iqserver.name" . }}
spec: spec:
gateways: gateways:
- main.istio-system.svc.cluster.local {{- range .Values.istio.iqserver.gateways }}
- {{ . }}
{{- end }}
hosts: hosts:
- "{{ .Values.hostname }}.{{ .Values.domain }}" - "{{ .Values.hostname }}.{{ .Values.domain }}"
http: http:
......
...@@ -8,6 +8,9 @@ hostname: nexus-iq-server ...@@ -8,6 +8,9 @@ hostname: nexus-iq-server
istio: istio:
enabled: false enabled: false
iqserver:
gateways:
- "public"
license_key: "" 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