We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f93483 commit 5af7281Copy full SHA for 5af7281
templates/addons/cluster-resource-set/secret.yaml
@@ -13,13 +13,6 @@ stringData:
13
stringData:
14
apiToken: ${LINODE_TOKEN}
15
region: ${LINODE_REGION}
16
----
17
-apiVersion: v1
18
-kind: Secret
19
-type: addons.cluster.x-k8s.io/resource-set
20
-metadata:
21
- name: linode-${CLUSTER_NAME}-crs-1
22
-stringData:
23
linode-ca.yaml: |-
24
kind: Secret
25
apiVersion: v1
@@ -40,6 +33,4 @@ spec:
40
33
resources:
41
34
- kind: Secret
42
35
name: linode-${CLUSTER_NAME}-crs-0
43
- - kind: Secret
44
45
36
strategy: Reconcile
0 commit comments