Skip to content

Commit

Permalink
Cilium - Add missing Identity Allocation Mode to Operator Template
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddyball committed Jan 30, 2020
1 parent 62cfab0 commit cd470b1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -542,9 +542,16 @@ spec:
containers:
- args:
- --debug=$(CILIUM_DEBUG)
- --identity-allocation-mode=$(CILIUM_IDENTITY_ALLOCATION_MODE)
command:
- cilium-operator
env:
- name: CILIUM_IDENTITY_ALLOCATION_MODE
valueFrom:
configMapKeyRef:
key: identity-allocation-mode
name: cilium-config
optional: true
- name: CILIUM_K8S_NAMESPACE
valueFrom:
fieldRef:
Expand Down Expand Up @@ -632,4 +639,4 @@ spec:
hostNetwork: true
restartPolicy: Always
serviceAccount: cilium-operator
serviceAccountName: cilium-operator
serviceAccountName: cilium-operator

0 comments on commit cd470b1

Please sign in to comment.