Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
frontend-clients
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
OZG-Cloud
app
frontend-clients
Commits
e031ec51
Commit
e031ec51
authored
5 months ago
by
OZGCloud
Browse files
Options
Downloads
Patches
Plain Diff
OZG-6515 fix helpers function name
parent
15bca073
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/helm/templates/_helpers.tpl
+1
-1
1 addition, 1 deletion
src/main/helm/templates/_helpers.tpl
src/main/helm/templates/deployment.yaml
+1
-1
1 addition, 1 deletion
src/main/helm/templates/deployment.yaml
with
2 additions
and
2 deletions
src/main/helm/templates/_helpers.tpl
+
1
−
1
View file @
e031ec51
...
@@ -89,7 +89,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
...
@@ -89,7 +89,7 @@ app.kubernetes.io/namespace: {{ include "app.namespace" . }}
{{ printf "%s" ( required "zufiManager.namespace must be set if zufiManager server is enabled" (.Values.zufiManager).namespace ) }}
{{ printf "%s" ( required "zufiManager.namespace must be set if zufiManager server is enabled" (.Values.zufiManager).namespace ) }}
{{- end -}}
{{- end -}}
{{- define "app.grpc
_c
lient
_z
ufi
-s
erver
_a
ddress" -}}
{{- define "app.grpc
C
lient
Z
ufi
S
erver
A
ddress" -}}
{{ printf "dns:///%s.%s:9090" .Values.zufiManager.serverName (include "app.zufiNamespace" . ) }}
{{ printf "dns:///%s.%s:9090" .Values.zufiManager.serverName (include "app.zufiNamespace" . ) }}
{{- end -}}
{{- end -}}
...
...
This diff is collapsed.
Click to expand it.
src/main/helm/templates/deployment.yaml
+
1
−
1
View file @
e031ec51
...
@@ -115,7 +115,7 @@ spec:
...
@@ -115,7 +115,7 @@ spec:
value
:
{{
include "app.spring_cloud_config_administration_address" .
}}
value
:
{{
include "app.spring_cloud_config_administration_address" .
}}
{{
- if ((.Values.ozgcloud).feature).collaborationEnabled
}}
{{
- if ((.Values.ozgcloud).feature).collaborationEnabled
}}
-
name
:
grpc_client_zufi-manager_address
-
name
:
grpc_client_zufi-manager_address
value
:
{{
include "app.grpc
_c
lient
_z
ufi
-s
erver
_a
ddress" .
}}
value
:
{{
include "app.grpc
C
lient
Z
ufi
S
erver
A
ddress" .
}}
-
name
:
grpc_client_zufi-manager_negotiationType
-
name
:
grpc_client_zufi-manager_negotiationType
value
:
{{
(.Values.zufiManager).grpcClientNegotiationType | default "TLS"
}}
value
:
{{
(.Values.zufiManager).grpcClientNegotiationType | default "TLS"
}}
{{
- end
}}
{{
- end
}}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment