From c0d7e8dd9ce8fbe21d19f715fb44d5a5a217249b Mon Sep 17 00:00:00 2001 From: Marc Boorshtein Date: Tue, 17 Sep 2024 17:35:55 -0400 Subject: [PATCH] remove excess empty securityContext --- orchestra/Chart.yaml | 2 +- orchestra/templates/infrastructure/cronjob.yaml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/orchestra/Chart.yaml b/orchestra/Chart.yaml index 036515f..23398f1 100644 --- a/orchestra/Chart.yaml +++ b/orchestra/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 2.10.10 +version: 2.10.58 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/orchestra/templates/infrastructure/cronjob.yaml b/orchestra/templates/infrastructure/cronjob.yaml index 3268177..98d4501 100644 --- a/orchestra/templates/infrastructure/cronjob.yaml +++ b/orchestra/templates/infrastructure/cronjob.yaml @@ -104,7 +104,6 @@ spec: dnsPolicy: ClusterFirst restartPolicy: Never schedulerName: default-scheduler - securityContext: {} serviceAccount: openunison-operator serviceAccountName: openunison-operator terminationGracePeriodSeconds: 30