Skip to content

Commit

Permalink
Merge pull request #95 from weaveworks/template_fix
Browse files Browse the repository at this point in the history
fix: issues with tokens in the templates
  • Loading branch information
richardcase authored Jan 18, 2022
2 parents d267c2d + b88b0c4 commit e88aaf4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions templates/cluster-template-cilium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ spec:
controlPlaneEndpoint:
host: "${CONTROL_PLANE_VIP}"
port: 6443
sshPublicKey: "${USER_SSH_KEY:=}"
placement:
staticPool:
hosts:
Expand Down Expand Up @@ -702,7 +701,7 @@ data:
# distros installed on the underlying host. Copy the binary to the
# same directory where we install cilium cni plugin so that exec permissions
# are available.
- 'cp /usr/bin/cilium-mount /hostbin/cilium-mount && nsenter --cgroup=/hostproc/1/ns/cgroup --mount=/hostproc/1/ns/mnt "${BIN_PATH}/cilium-mount" $CGROUP_ROOT; rm /hostbin/cilium-mount'
- 'cp /usr/bin/cilium-mount /hostbin/cilium-mount && nsenter --cgroup=/hostproc/1/ns/cgroup --mount=/hostproc/1/ns/mnt "/opt/cni/bin/cilium-mount" $CGROUP_ROOT; rm /hostbin/cilium-mount'
image: "quay.io/cilium/cilium:v1.9.11@sha256:47f923325069a697d5baf5314c7fe936bdf34e7c8154666e6762a78be1ddc3ec"
imagePullPolicy: IfNotPresent
volumeMounts:
Expand Down
1 change: 0 additions & 1 deletion templates/cluster-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ spec:
controlPlaneEndpoint:
host: "${CONTROL_PLANE_VIP}"
port: 6443
sshPublicKey: "${USER_SSH_KEY:=}"
placement:
staticPool:
hosts:
Expand Down

0 comments on commit e88aaf4

Please sign in to comment.