Skip to content
Snippets Groups Projects
Commit 92276068 authored by Mikhail Piatliou (EPAM)'s avatar Mikhail Piatliou (EPAM)
Browse files

GONRG-8949: added sa for legal cronjob

parent a165fdd6
No related branches found
No related tags found
2 merge requests!620Update version of default branch to 0.27.0-SNAPSHOT,!516GONRG-8949: added sa for legal cronjob
......@@ -118,7 +118,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
**data.requestsMemory** | amount of requests memory| string | 550Mi | yes
**data.limitsCpu** | CPU limit | string | 1 | only if `global.limitsEnabled` is true
**data.limitsMemory** | memory limit | string | 1G | only if `global.limitsEnabled` is true
**data.bootstrapServiceAccountName** | name of the service account used in cronjob | string | - | yes
**data.cronJobServiceAccountName** | name of the service account used in cronjob | string | - | yes
**data.serviceAccountName** | name of your service account | string | legal | yes
**data.imagePullPolicy** | when to pull the image | string | IfNotPresent | yes
**data.image** | path to the image in a registry | string | - | yes
......
......@@ -20,7 +20,7 @@ data:
limitsCpu: "1"
limitsMemory: "1G"
legalStatusUpdateImage: ""
bootstrapServiceAccountName: ""
cronJobServiceAccountName: ""
serviceAccountName: "legal"
imagePullPolicy: "IfNotPresent"
image: ""
......
......@@ -119,7 +119,7 @@ First you need to set variables in **values.yaml** file using any code editor. S
**data.requestsMemory** | amount of requests memory| string | 550Mi | yes
**data.limitsCpu** | CPU limit | string | 1 | only if `global.limitsEnabled` is true
**data.limitsMemory** | memory limit | string | 1G | only if `global.limitsEnabled` is true
**data.bootstrapServiceAccountName** | name of the service account used in cronjob | string | - | yes
**data.cronJobServiceAccountName** | name of the service account used in cronjob | string | - | yes
**data.serviceAccountName** | name of your service account | string | legal | yes
**data.imagePullPolicy** | when to pull the image | string | IfNotPresent | yes
**data.image** | path to the image in a registry | string | - | yes
......
......@@ -24,4 +24,4 @@ spec:
allowPrivilegeEscalation: false
runAsNonRoot: true
restartPolicy: OnFailure
serviceAccountName: {{ .Values.data.bootstrapServiceAccountName | quote }}
serviceAccountName: {{ .Values.data.cronJobServiceAccountName | quote }}
......@@ -22,7 +22,7 @@ data:
limitsCpu: "1"
limitsMemory: "1G"
legalStatusUpdateImage: ""
bootstrapServiceAccountName: ""
cronJobServiceAccountName: ""
serviceAccountName: "legal"
imagePullPolicy: "IfNotPresent"
image: ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment