Skip to content

Commit

Permalink
Remove unused enableNetworkPolicy
Browse files Browse the repository at this point in the history
Also: Remove trivial comment
  • Loading branch information
lindhe committed Aug 28, 2023
1 parent 1d1cb33 commit 476d5d0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ cloudCredentialSecretName: example
# specify cloud provider, options are amazonec2, digitalocean, azure, vsphere or custom
cloudprovider: ""

# enable network policy
enableNetworkPolicy: false

kubernetesVersion: "v1.21.0-alpha2+rke2r1"

# specify extra env variables in cluster-agent deployment
Expand Down
1 change: 0 additions & 1 deletion charts/templates/cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ spec:
fqdn: {{ .Values.rke.localClusterAuthEndpoint.fqdn }}
caCerts: {{ .Values.rke.localClusterAuthEndpoint.caCerts }}
{{- end }}
# enable network policy
enableNetworkPolicy: true
rkeConfig:
{{- if ne .Values.cloudprovider "custom" }}
Expand Down

0 comments on commit 476d5d0

Please sign in to comment.