Skip to content

Commit d931112

Browse files
Reet00J12934
authored andcommitted
Add fixed credentials to prevent breaking snapshot tests by random credential generation
Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent cab6db0 commit d931112

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

operator/tests/operator_test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ tests:
1818
customCACertificate.existingCertificate: foo
1919
serviceaccount: {create: true, annotations: {foo: bar}, name: foo}
2020
podSecurityContext: {fsGroup: 1234}
21+
minio:
22+
enabled: true
23+
auth:
24+
rootUser: testuser
25+
rootPassword: testpassword
2126
asserts:
2227
- matchSnapshot: {}
2328
- it: properly-renders-the-service-monitor-when-enabled
@@ -32,6 +37,11 @@ tests:
3237
metrics:
3338
serviceMonitor:
3439
enabled: true
40+
minio:
41+
enabled: true
42+
auth:
43+
rootUser: testuser
44+
rootPassword: testpassword
3545
asserts:
3646
- matchSnapshot: {}
3747
- it: renders minio resources when minio is enabled

0 commit comments

Comments
 (0)