Skip to content

Commit

Permalink
Merge pull request #33 from ialidzhikov/fix/csi-controller
Browse files Browse the repository at this point in the history
Enable csi-controller to access alicloud provider network
  • Loading branch information
jia-jerry authored Feb 21, 2020
2 parents 73e60d6 + 0d58d4f commit 65e6c5c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
{{- define "deploymentversion" -}}
apps/v1
{{- end -}}

{{- define "networkpolicyversion" -}}
networking.k8s.io/v1
{{- end -}}
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
networking.gardener.cloud/to-dns: allowed
networking.gardener.cloud/to-public-networks: allowed
networking.gardener.cloud/to-shoot-apiserver: allowed
networking.gardener.cloud/to-alicloud-networks: allowed
spec:
containers:
- name: csi-diskplugin
Expand Down
3 changes: 3 additions & 0 deletions charts/internal/seed-controlplane/templates/_helpers.tpl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{{- define "networkpolicyversion" -}}
networking.k8s.io/v1
{{- end -}}

0 comments on commit 65e6c5c

Please sign in to comment.