forked from confidential-containers/trustee-operator
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkustomization.yaml
44 lines (40 loc) · 1.09 KB
/
kustomization.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
## Append samples you want in your CSV to this file as resources ##
namespace: trustee-operator-system
generatorOptions:
disableNameSuffixHash: true
# uncomment to generate secrets for kbs authorization
#secretGenerator:
#- name: kbs-auth-public-key
# files:
# - kbs.pem
#- name: kbs-client
# files:
# - privateKey
# uncomment the following lines for injecting sample resources in kbs
#- literals:
# - key1=res1val1
# - key2=res1val2
# name: kbsres1
patches:
- path: patch-ref-values.yaml
- path: patch-attestation-policy.yaml
- path: patch-resource-policy.yaml
- path: patch-tdx-config.yaml
# uncomment the following line for injecting sample resources in kbs
#- path: patch-kbs-resources.yaml
# uncomment the following line for enabling DEBUG logs
#- path: patch-env-vars.yaml
resources:
- kbsconfig_sample.yaml
- kbs-config.yaml
- as-config.yaml
- rvps-config.yaml
- rvps-reference-values.yaml
- attestation-policy.yaml
- ibmse-attestation-policy.yaml
- ibmse-resource-policy.yaml
- resource-policy.yaml
- tdx-config.yaml
- ibmse-pv.yaml
- ibmse-pvc.yaml
#+kubebuilder:scaffold:manifestskustomizesamples