Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
Ijaz Ahmad
ksonnet
Commits
2b8e53c5
Unverified
Commit
2b8e53c5
authored
May 07, 2018
by
Bryan Liles
Committed by
GitHub
May 07, 2018
Browse files
Merge pull request #515 from bryanl/comment-ksonnet-lib-import
Disable environment ksonnet-lib import by default
parents
fe8f325d
9ccdd8b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
pkg/env/data.go
pkg/env/data.go
+2
-1
No files found.
pkg/env/data.go
View file @
2b8e53c5
...
...
@@ -24,7 +24,8 @@ const (
// DefaultOverrideData generates the contents for an environment's `main.jsonnet`.
var
DefaultOverrideData
=
[]
byte
(
`local base = import "base.libsonnet";
local k = import "k.libsonnet";
// uncomment if you reference ksonnet-lib
// local k = import "k.libsonnet";
base + {
// Insert user-specified overrides here. For example if a component is named \"nginx-deployment\", you might have something like:\n")
...
...
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