From f5834f0b765f467dbbf6a90ea0cececffe99b0ac Mon Sep 17 00:00:00 2001 From: michaeljguarino Date: Tue, 6 Feb 2024 23:51:54 -0500 Subject: [PATCH] fix service account vals --- charts/runtime/Chart.yaml | 2 +- charts/runtime/values.yaml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/charts/runtime/Chart.yaml b/charts/runtime/Chart.yaml index c9a589b..4354392 100644 --- a/charts/runtime/Chart.yaml +++ b/charts/runtime/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: runtime description: A Helm chart for Kubernetes type: application -version: 0.1.0 +version: 0.1.1 appVersion: "1.16.0" diff --git a/charts/runtime/values.yaml b/charts/runtime/values.yaml index 39ab9d0..c73297b 100644 --- a/charts/runtime/values.yaml +++ b/charts/runtime/values.yaml @@ -1,3 +1,6 @@ replicaCount: 1 +serviceAccount: + annotations: {} + pullCredentials: ~