Skip to content

Commit facfe3a

Browse files
authored
add credentials ref to linodeVPC and linodeFirewall templates (#497)
Co-authored-by: Rahul Sharma <rahsharm@akamai.com>
1 parent f8bbee0 commit facfe3a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

templates/infra/linodeFirewall.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
77
name: ${CLUSTER_NAME}
88
spec:
9+
credentialsRef:
10+
name: ${CLUSTER_NAME}-credentials
911
enabled: ${LINODE_FIREWALL_ENABLED:=false}
1012
inboundPolicy: DROP
1113
inboundRules:

templates/infra/linodeVPC.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ metadata:
66
labels:
77
cluster.x-k8s.io/cluster-name: ${CLUSTER_NAME}
88
spec:
9+
credentialsRef:
10+
name: ${CLUSTER_NAME}-credentials
911
region: ${LINODE_REGION}
1012
subnets:
1113
- ipv4: 10.0.0.0/8

0 commit comments

Comments
 (0)