Skip to content

Commit

Permalink
Add needed values for CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
ainmosni committed May 31, 2023
1 parent e60eead commit 9f85e54
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion charts/ocis/ci/values_greater_equal_1.25.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

ingress:
enabled: true
ingressClassName: some-ingress
Expand Down Expand Up @@ -137,3 +136,6 @@ services:
finalizers: []
selectorLabels:
selector1: foobar

secretRefs:
notificationsSmtpSecretRef: "smtp-secret"
4 changes: 3 additions & 1 deletion charts/ocis/ci/values_pre_1.25.0.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
---

ingress:
enabled: true
ingressClassName: some-ingress
Expand Down Expand Up @@ -133,3 +132,6 @@ services:
finalizers: []
selectorLabels:
selector1: foobar

secretRefs:
notificationsSmtpSecretRef: "smtp-secret"

0 comments on commit 9f85e54

Please sign in to comment.