Skip to content

Commit

Permalink
Merge pull request #139 from CSCfi/CSCTTV-3855-indexer-cronjob-templa…
Browse files Browse the repository at this point in the history
…te-fix

CSCTTV-3855 Fix error in Rahti2 indexer cronjob templates
  • Loading branch information
sarkikos authored May 17, 2024
2 parents 2cce706 + 6ec2db9 commit 08bbfe0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ objects:
imagePullPolicy: Always
envFrom:
- secretRef:
name: publicapi-api-secret-devel
name: publicapi-api-secret-devel
- configMapRef:
name: publicapi-api-config-devel
name: publicapi-api-config-devel
resources:
limits:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ objects:
imagePullPolicy: Always
envFrom:
- secretRef:
name: publicapi-api-secret-production
name: publicapi-api-secret-production
- configMapRef:
name: publicapi-api-config-production
name: publicapi-api-config-production
resources:
limits:
cpu: 500m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ objects:
imagePullPolicy: Always
envFrom:
- secretRef:
name: publicapi-api-secret-qa
name: publicapi-api-secret-qa
- configMapRef:
name: publicapi-api-config-qa
name: publicapi-api-config-qa
resources:
limits:
cpu: 500m
Expand Down

0 comments on commit 08bbfe0

Please sign in to comment.