Skip to content
Snippets Groups Projects
Verified Commit 44f18824 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

fix(calico): Enable API server by helm chart

parent c6b92230
No related branches found
No related tags found
No related merge requests found
...@@ -15,6 +15,8 @@ spec: ...@@ -15,6 +15,8 @@ spec:
version: v3.22.0 version: v3.22.0
interval: 15m interval: 15m
values: values:
apiServer:
enabled: true
installation: installation:
enabled: true enabled: true
kubernetesProvider: "" kubernetesProvider: ""
......
apiVersion: operator.tigera.io/v1
kind: APIServer
metadata:
name: default
spec: {}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment