diff --git a/chart/Chart.yaml b/chart/Chart.yaml index c66aade..06a5991 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,3 +1,3 @@ apiVersion: v2 name: kubooboo-chart -version: 0.2.3 \ No newline at end of file +version: 0.2.4 \ No newline at end of file diff --git a/chart/templates/backend/deployment.yaml b/chart/templates/backend/deployment.yaml index 970c129..c7d3203 100644 --- a/chart/templates/backend/deployment.yaml +++ b/chart/templates/backend/deployment.yaml @@ -55,6 +55,6 @@ spec: - name: QUARKUS_HTTP_CORS_ORIGINS value: {{ .Values.url }} - name: PRIVATE_KEY_LOCATION - value: /etc/secrets/PUBLIC_KEY + value: /etc/secrets/PRIVATE_KEY - name: PUBLIC_KEY_LOCATION value: /etc/secrets/PUBLIC_KEY \ No newline at end of file