We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8bbee0 commit facfe3aCopy full SHA for facfe3a
templates/infra/linodeFirewall.yaml
@@ -6,6 +6,8 @@ metadata:
6
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
7
name: ${CLUSTER_NAME}
8
spec:
9
+ credentialsRef:
10
+ name: ${CLUSTER_NAME}-credentials
11
enabled: ${LINODE_FIREWALL_ENABLED:=false}
12
inboundPolicy: DROP
13
inboundRules:
templates/infra/linodeVPC.yaml
labels:
region: ${LINODE_REGION}
subnets:
- ipv4: 10.0.0.0/8
0 commit comments