Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
d4ec60e0
Commit
d4ec60e0
authored
Jan 02, 2020
by
Matt Kasa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ISTIO_SYSTEM_NAMESPACE constant
Relates to
https://gitlab.com/gitlab-org/gitlab/issues/33559
parent
a99e7c87
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletion
+3
-1
app/models/clusters/applications/knative.rb
app/models/clusters/applications/knative.rb
+1
-1
app/services/clusters/kubernetes.rb
app/services/clusters/kubernetes.rb
+2
-0
No files found.
app/models/clusters/applications/knative.rb
View file @
d4ec60e0
...
...
@@ -74,7 +74,7 @@ module Clusters
end
def
ingress_service
cluster
.
kubeclient
.
get_service
(
'istio-ingressgateway'
,
'istio-system'
)
cluster
.
kubeclient
.
get_service
(
'istio-ingressgateway'
,
Clusters
::
Kubernetes
::
ISTIO_SYSTEM_NAMESPACE
)
end
def
uninstall_command
...
...
app/services/clusters/kubernetes.rb
View file @
d4ec60e0
...
...
@@ -12,5 +12,7 @@ module Clusters
GITLAB_KNATIVE_SERVING_ROLE_BINDING_NAME
=
'gitlab-knative-serving-rolebinding'
GITLAB_CROSSPLANE_DATABASE_ROLE_NAME
=
'gitlab-crossplane-database-role'
GITLAB_CROSSPLANE_DATABASE_ROLE_BINDING_NAME
=
'gitlab-crossplane-database-rolebinding'
KNATIVE_SERVING_NAMESPACE
=
'knative-serving'
ISTIO_SYSTEM_NAMESPACE
=
'istio-system'
end
end
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