UNCLASSIFIED
Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Platform One
Big Bang
P
Packages
Third Party
nexus-iq
Commits
b6c44edc
Commit
b6c44edc
authored
Aug 26, 2021
by
Grant Duncklee
Browse files
feat: add vs variable interpolation
parent
4dea8dcc
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
2 deletions
+11
-2
CHANGELOG.md
CHANGELOG.md
+4
-0
chart/Chart.yaml
chart/Chart.yaml
+1
-1
chart/templates/bigbang/virtualservice.yaml
chart/templates/bigbang/virtualservice.yaml
+3
-1
chart/values.yaml
chart/values.yaml
+3
-0
No files found.
CHANGELOG.md
View file @
b6c44edc
# 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
...
...
chart/Chart.yaml
View file @
b6c44edc
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
...
...
chart/templates/bigbang/virtualservice.yaml
View file @
b6c44edc
...
@@ -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
:
...
...
chart/values.yaml
View file @
b6c44edc
...
@@ -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
:
"
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment