Skip to content

Commit c0f9ca3

Browse files
authored
Merge pull request #2 from bennsimon/create-service-acc-by-default
set create service account as true by default
2 parents cba986c + ffc7bd0 commit c0f9ca3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/uptimerobot-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.0.1
21+
version: 0.0.2
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/uptimerobot-operator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following table lists the configurable parameters of the Uptimerobot-operato
3939
| `nameOverride` | | `""` |
4040
| `fullnameOverride` | | `""` |
4141
| `clusterRole.create` | | `true` |
42-
| `serviceAccount.create` | | `false` |
42+
| `serviceAccount.create` | | `true` |
4343
| `serviceAccount.annotations` | | `{}` |
4444
| `serviceAccount.name` | | `""` |
4545
| `podAnnotations` | | `{}` |

charts/uptimerobot-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ clusterRole:
2020

2121
serviceAccount:
2222
# Specifies whether a service account should be created
23-
create: false
23+
create: true
2424
# Annotations to add to the service account
2525
annotations: {}
2626
# The name of the service account to use.

0 commit comments

Comments
 (0)