Skip to content

Commit

Permalink
Merge pull request #123 from rchirakk/netmaster1
Browse files Browse the repository at this point in the history
export k8s config in netmaster to connect to api server.
  • Loading branch information
neelimamukiri authored Apr 19, 2017
2 parents 58f7d5a + 2dea2b3 commit 0bae45c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions install/k8s/k8s1.4/contiv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ spec:
configMapKeyRef:
name: contiv-config
key: cluster_store
- name: CONTIV_CONFIG
valueFrom:
configMapKeyRef:
name: contiv-config
key: config
securityContext:
privileged: true
volumeMounts:
Expand Down
5 changes: 5 additions & 0 deletions install/k8s/k8s1.6/contiv.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,11 @@ spec:
configMapKeyRef:
name: contiv-config
key: cluster_store
- name: CONTIV_CONFIG
valueFrom:
configMapKeyRef:
name: contiv-config
key: config
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit 0bae45c

Please # to comment.