diff --git a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml index 04d66f3d4..75c4364d5 100644 --- a/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml +++ b/helm-charts/infisical-standalone-postgres/templates/jobs-rbac.yaml @@ -16,7 +16,7 @@ metadata: subjects: - kind: ServiceAccount name: {{ .Values.infisical.databaseSchemaMigrationJob.serviceAccountName | default "default" }} - namespace: {{ .Values.infisical.databaseSchemaMigrationJob.serviceAccountNamespace | default .Release.Namespace }} + namespace: {{ .Release.Namespace }} roleRef: kind: Role name: k8s-wait-for-infisical-schema-migration diff --git a/helm-charts/infisical-standalone-postgres/values.yaml b/helm-charts/infisical-standalone-postgres/values.yaml index d52538738..1581b1625 100644 --- a/helm-charts/infisical-standalone-postgres/values.yaml +++ b/helm-charts/infisical-standalone-postgres/values.yaml @@ -10,7 +10,6 @@ infisical: imagePullPolicy: IfNotPresent databaseSchemaMigrationJob: - serviceAccountNamespace: default serviceAccountName: default fullnameOverride: "" @@ -39,11 +38,11 @@ infisical: cpu: 350m ingress: - enabled: false + enabled: true hostName: "" ingressClassName: nginx nginx: - enabled: false + enabled: true annotations: {} tls: []