Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kubespray
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Model registry
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Mirror
Kubespray
Commits
6e1de9d8
Commit
6e1de9d8
authored
8 years ago
by
Antoine Legrand
Browse files
Options
Downloads
Patches
Plain Diff
Add missing defaults
parent
04746fc4
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/kargo-defaults/defaults/main.yaml
+2
-1
2 additions, 1 deletion
roles/kargo-defaults/defaults/main.yaml
with
2 additions
and
1 deletion
roles/kargo-defaults/defaults/main.yaml
+
2
−
1
View file @
6e1de9d8
...
...
@@ -9,7 +9,7 @@ kube_version: v1.5.3
# Directory where the binaries will be installed
bin_dir
:
/usr/local/bin
docker_bin_dir
:
/usr/bin
etcd_data_dir
:
/var/lib/etcd
# Where the binaries will be downloaded.
# Note: ensure that you've enough disk space (about 1G)
local_release_dir
:
"
/tmp/releases"
...
...
@@ -112,3 +112,4 @@ vault_deployment_type: docker
# K8s image pull policy (imagePullPolicy)
k8s_image_pull_policy
:
IfNotPresent
efk_enabled
:
false
enable_network_policy
:
false
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