We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3809c67 commit a6e6c46Copy full SHA for a6e6c46
2 files changed
config/samples/vsphere-validator-ntp.yaml
@@ -10,13 +10,13 @@ metadata:
10
name: vspherevalidator-ntp
11
namespace: validator
12
spec:
13
+ auth:
14
+ secretName: vsphere-creds
15
datacenter: "Datacenter"
16
ntpValidationRules:
17
- name: "validate ntp on hosts"
18
clusterName: Cluster2
19
hosts:
20
- 10.10.20.110
21
- 10.10.20.111
- - 10.10.20.112
- auth:
22
- secretName: vsphere-creds
+ - 10.10.20.112
config/samples/vsphere-validator-privileges.yaml
@@ -7,7 +7,7 @@ metadata:
7
app.kubernetes.io/part-of: validator-plugin-vsphere
8
app.kubernetes.io/managed-by: kustomize
9
app.kubernetes.io/created-by: validator-plugin-vsphere
- name: vspherevalidator-entity-privilege
+ name: vspherevalidator-privileges
auth:
0 commit comments