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
849b54f6
Commit
849b54f6
authored
Aug 14, 2019
by
Chris Baumbauer
Committed by
Alishan Ladhani
Oct 08, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix chart location
parent
fbe47871
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
5 deletions
+9
-5
app/models/clusters/applications/knative.rb
app/models/clusters/applications/knative.rb
+1
-1
spec/support/helpers/kubernetes_helpers.rb
spec/support/helpers/kubernetes_helpers.rb
+8
-4
No files found.
app/models/clusters/applications/knative.rb
View file @
849b54f6
...
...
@@ -4,7 +4,7 @@ module Clusters
module
Applications
class
Knative
<
ApplicationRecord
VERSION
=
'0.7.0'
REPOSITORY
=
'https://storage.googleapis.com/
gitlab-
triggermesh-charts'
REPOSITORY
=
'https://storage.googleapis.com/triggermesh-charts'
METRICS_CONFIG
=
'https://storage.googleapis.com/triggermesh-charts/istio-metrics.yaml'
FETCH_IP_ADDRESS_DELAY
=
30
.
seconds
API_RESOURCES_PATH
=
'config/knative/api_resources.yml'
...
...
spec/support/helpers/kubernetes_helpers.rb
View file @
849b54f6
...
...
@@ -410,8 +410,10 @@ module KubernetesHelpers
"generation"
=>
2
},
"status"
=>
{
"domain"
=>
"
#{
name
}
.
#{
namespace
}
.
#{
domain
}
"
,
"domainInternal"
=>
"
#{
name
}
.
#{
namespace
}
.svc.cluster.local"
,
"url"
=>
"http://
#{
name
}
.
#{
namespace
}
.
#{
domain
}
"
,
"address"
=>
{
"url"
=>
"
#{
name
}
.
#{
namespace
}
.svc.cluster.local"
},
"latestCreatedRevisionName"
=>
"
#{
name
}
-00002"
,
"latestReadyRevisionName"
=>
"
#{
name
}
-00002"
,
"observedGeneration"
=>
2
...
...
@@ -437,8 +439,10 @@ module KubernetesHelpers
}
},
"status"
=>
{
"domain"
=>
"
#{
name
}
.
#{
namespace
}
.
#{
domain
}
"
,
"domainInternal"
=>
"
#{
name
}
.
#{
namespace
}
.svc.cluster.local"
,
"url"
=>
"http://
#{
name
}
.
#{
namespace
}
.
#{
domain
}
"
,
"address"
=>
{
"url"
=>
"
#{
name
}
.
#{
namespace
}
.svc.cluster.local"
},
"latestCreatedRevisionName"
=>
"
#{
name
}
-00002"
,
"latestReadyRevisionName"
=>
"
#{
name
}
-00002"
,
"observedGeneration"
=>
2
...
...
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