We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cab6db0 commit d931112Copy full SHA for d931112
operator/tests/operator_test.yaml
@@ -18,6 +18,11 @@ tests:
18
customCACertificate.existingCertificate: foo
19
serviceaccount: {create: true, annotations: {foo: bar}, name: foo}
20
podSecurityContext: {fsGroup: 1234}
21
+ minio:
22
+ enabled: true
23
+ auth:
24
+ rootUser: testuser
25
+ rootPassword: testpassword
26
asserts:
27
- matchSnapshot: {}
28
- it: properly-renders-the-service-monitor-when-enabled
@@ -32,6 +37,11 @@ tests:
32
37
metrics:
33
38
serviceMonitor:
34
39
enabled: true
40
41
42
43
44
35
45
36
46
47
- it: renders minio resources when minio is enabled
0 commit comments