From 0beff87199b8abb6dc98d6d648fdac8d86c32973 Mon Sep 17 00:00:00 2001 From: Sebastian Florek Date: Wed, 5 Feb 2025 13:03:59 +0100 Subject: [PATCH] remove kairos user from osartifact cloud config --- charts/osartifact/Chart.yaml | 2 +- charts/osartifact/templates/secret.yaml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/osartifact/Chart.yaml b/charts/osartifact/Chart.yaml index 6f23e21..244580f 100644 --- a/charts/osartifact/Chart.yaml +++ b/charts/osartifact/Chart.yaml @@ -5,4 +5,4 @@ maintainers: - name: Plural email: support@plural.sh type: application -version: 0.8.0 \ No newline at end of file +version: 0.8.1 \ No newline at end of file diff --git a/charts/osartifact/templates/secret.yaml b/charts/osartifact/templates/secret.yaml index 0cf061d..95558b8 100644 --- a/charts/osartifact/templates/secret.yaml +++ b/charts/osartifact/templates/secret.yaml @@ -34,8 +34,6 @@ stringData: {{- end }} users: - - name: kairos - lock_passwd: true - name: {{ .Values.username }} passwd: {{ $password }} {{- with .Values.defaultUser }}