Skip to content

Commit

Permalink
fix: resolved wrong variable
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-deri committed Jan 13, 2025
1 parent 19ae83f commit a5a2c16
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 21 deletions.
14 changes: 7 additions & 7 deletions helm/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -82,8 +82,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -110,8 +110,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }
# 1 - Standard service application
app:
!!merge <<: *microservice-chart
Expand Down Expand Up @@ -144,7 +144,7 @@ cron:
maxReplica: 1
envConfig:
!!merge <<: *envConfig
CRONJOB_REPORTGENERATION_ENABLED: false
CRONJOB_REPORTGENERATION_ENABLED: 'false'
CRONJOB_REPORTGENERATION_DAILY_SCHEDULE: '00 01 * * *'
CRONJOB_REPORTGENERATION_WEEKLY_SCHEDULE: '00 06 * * 1'
CRONJOB_REPORTGENERATION_MONTHLY_SCHEDULE: '30 06 1 * *'
Expand Down
14 changes: 7 additions & 7 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -84,8 +84,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -112,8 +112,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }
# 1 - Standard service application
app:
!!merge <<: *microservice-chart
Expand Down Expand Up @@ -146,7 +146,7 @@ cron:
maxReplica: 1
envConfig:
!!merge <<: *envConfig
CRONJOB_REPORTGENERATION_ENABLED: true
CRONJOB_REPORTGENERATION_ENABLED: 'true'
CRONJOB_REPORTGENERATION_DAILY_SCHEDULE: '00 01 * * *'
CRONJOB_REPORTGENERATION_WEEKLY_SCHEDULE: '00 06 * * 1'
CRONJOB_REPORTGENERATION_MONTHLY_SCHEDULE: '30 06 1 * *'
Expand Down
14 changes: 7 additions & 7 deletions helm/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ microservice-chart: &microservice-chart
servicePort: 8080
serviceAccount:
create: false
annotations: {}
annotations: { }
name: ""
podAnnotations: {}
podAnnotations: { }
podSecurityContext:
seccompProfile:
type: RuntimeDefault
Expand Down Expand Up @@ -82,8 +82,8 @@ microservice-chart: &microservice-chart
tenantId: "7788edaf-0346-4068-9d79-c868aed15b3d"
tmpVolumeMount:
create: true
nodeSelector: {}
tolerations: []
nodeSelector: { }
tolerations: [ ]
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
Expand All @@ -110,8 +110,8 @@ microservice-chart: &microservice-chart
repository: ghcr.io/pagopa/pagopa-wisp-converter-technical-support
tag: "0.0.0"
pullPolicy: Always
envConfig: {}
envSecret: {}
envConfig: { }
envSecret: { }
# 1 - Standard service application
app:
!!merge <<: *microservice-chart
Expand Down Expand Up @@ -144,7 +144,7 @@ cron:
maxReplica: 1
envConfig:
!!merge <<: *envConfig
CRONJOB_REPORTGENERATION_ENABLED: true
CRONJOB_REPORTGENERATION_ENABLED: 'true'
CRONJOB_REPORTGENERATION_DAILY_SCHEDULE: '00 01 * * *'
CRONJOB_REPORTGENERATION_WEEKLY_SCHEDULE: '00 06 * * 1'
CRONJOB_REPORTGENERATION_MONTHLY_SCHEDULE: '30 06 1 * *'
Expand Down

0 comments on commit a5a2c16

Please sign in to comment.