| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent cab6db0 commit d931112
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -18,6 +18,11 @@ tests: | |||
| 18 | 18 | customCACertificate.existingCertificate: foo | |
| 19 | 19 | serviceaccount: {create: true, annotations: {foo: bar}, name: foo} | |
| 20 | 20 | podSecurityContext: {fsGroup: 1234} | |
| 21 | + minio: | ||
| 22 | + enabled: true | ||
| 23 | + auth: | ||
| 24 | + rootUser: testuser | ||
| 25 | + rootPassword: testpassword | ||
| 21 | 26 | asserts: | |
| 22 | 27 | - matchSnapshot: {} | |
| 23 | 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 | + minio: | ||
| 41 | + enabled: true | ||
| 42 | + auth: | ||
| 43 | + rootUser: testuser | ||
| 44 | + rootPassword: testpassword | ||
| 35 | 45 | asserts: | |
| 36 | 46 | - matchSnapshot: {} | |
| 37 | 47 | - it: renders minio resources when minio is enabled | |
| Back | FazBrowse Home | New Git URL |
0 commit comments