1
- {{- if .Values. crds.venafiConnection.include }}
2
- {{- if (or (semverCompare "<1.25" .Capabilities.KubeVersion.GitVersion) . Values.crds.forceRemoveValidationAnnotations) }}
1
+ {{/* DO NOT EDIT. Use 'make generate- crds-venconn' to regenerate. */ }}
2
+ {{- if . Values.crds.venafiConnection.enabled }}
3
3
apiVersion : apiextensions.k8s.io/v1
4
4
kind : CustomResourceDefinition
5
5
metadata :
6
+ name : " venaficonnections.jetstack.io"
7
+ {{- if .Values.crds.keep }}
6
8
annotations :
7
- controller-gen.kubebuilder.io/version : v0.14.0
8
- # This annotation prevents the CRD from being pruned by Helm when this chart is deleted.
9
- " helm.sh/resource-policy " : keep
10
- name : venaficonnections.jetstack.io
9
+ helm.sh/resource-policy : keep
10
+ {{- end }}
11
11
labels :
12
- {{- include "venafi-connection.labels" $ | nindent 4 }}
12
+ {{- include "preflight.labels" . | nindent 4 }}
13
+ ---
14
+ apiVersion : apiextensions.k8s.io/v1
15
+ kind : CustomResourceDefinition
16
+ metadata :
17
+ annotations :
18
+ controller-gen.kubebuilder.io/version : v0.16.1
19
+ name : venaficonnections.jetstack.io
13
20
spec :
14
21
group : jetstack.io
15
22
names :
@@ -141,7 +148,7 @@ spec:
141
148
/v1/auth/oidc/login
142
149
type : string
143
150
clientId :
144
- description : " DEPRECATED : This field does nothing and will be removed in the future."
151
+ description : ' Deprecated : This field does nothing and will be removed in the future.'
145
152
type : string
146
153
role :
147
154
description : |-
@@ -167,7 +174,6 @@ spec:
167
174
The fields are Vault keys pointing to the secrets passed to the next
168
175
SecretSource step.
169
176
170
-
171
177
Example 1 (TPP, username and password): imagining that you have stored
172
178
the username and password for TPP under the keys "username" and
173
179
"password", you will want to set this field to `["username",
@@ -293,7 +299,7 @@ spec:
293
299
- url
294
300
type : object
295
301
vaas :
296
- description : " Deprecated: The 'vaas' field is deprecated use the field called 'vcp' instead."
302
+ description : ' Deprecated: The '' vaas'' field is deprecated use the field called '' vcp'' instead.'
297
303
properties :
298
304
accessToken :
299
305
description : |-
@@ -340,7 +346,7 @@ spec:
340
346
/v1/auth/oidc/login
341
347
type : string
342
348
clientId :
343
- description : " DEPRECATED : This field does nothing and will be removed in the future."
349
+ description : ' Deprecated : This field does nothing and will be removed in the future.'
344
350
type : string
345
351
role :
346
352
description : |-
@@ -366,7 +372,6 @@ spec:
366
372
The fields are Vault keys pointing to the secrets passed to the next
367
373
SecretSource step.
368
374
369
-
370
375
Example 1 (TPP, username and password): imagining that you have stored
371
376
the username and password for TPP under the keys "username" and
372
377
"password", you will want to set this field to `["username",
@@ -526,7 +531,7 @@ spec:
526
531
/v1/auth/oidc/login
527
532
type : string
528
533
clientId :
529
- description : " DEPRECATED : This field does nothing and will be removed in the future."
534
+ description : ' Deprecated : This field does nothing and will be removed in the future.'
530
535
type : string
531
536
role :
532
537
description : |-
@@ -552,7 +557,6 @@ spec:
552
557
The fields are Vault keys pointing to the secrets passed to the next
553
558
SecretSource step.
554
559
555
-
556
560
Example 1 (TPP, username and password): imagining that you have stored
557
561
the username and password for TPP under the keys "username" and
558
562
"password", you will want to set this field to `["username",
@@ -720,7 +724,7 @@ spec:
720
724
/v1/auth/oidc/login
721
725
type : string
722
726
clientId :
723
- description : " DEPRECATED : This field does nothing and will be removed in the future."
727
+ description : ' Deprecated : This field does nothing and will be removed in the future.'
724
728
type : string
725
729
role :
726
730
description : |-
@@ -746,7 +750,6 @@ spec:
746
750
The fields are Vault keys pointing to the secrets passed to the next
747
751
SecretSource step.
748
752
749
-
750
753
Example 1 (TPP, username and password): imagining that you have stored
751
754
the username and password for TPP under the keys "username" and
752
755
"password", you will want to set this field to `["username",
@@ -906,7 +909,7 @@ spec:
906
909
/v1/auth/oidc/login
907
910
type : string
908
911
clientId :
909
- description : " DEPRECATED : This field does nothing and will be removed in the future."
912
+ description : ' Deprecated : This field does nothing and will be removed in the future.'
910
913
type : string
911
914
role :
912
915
description : |-
@@ -932,7 +935,6 @@ spec:
932
935
The fields are Vault keys pointing to the secrets passed to the next
933
936
SecretSource step.
934
937
935
-
936
938
Example 1 (TPP, username and password): imagining that you have stored
937
939
the username and password for TPP under the keys "username" and
938
940
"password", you will want to set this field to `["username",
@@ -1119,5 +1121,4 @@ spec:
1119
1121
storage : true
1120
1122
subresources :
1121
1123
status : {}
1122
- {{- end }}
1123
- {{- end }}
1124
+ {{ end }}
0 commit comments