Skip to content

Commit

Permalink
Fix news service config map name templates (#31)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeveloper-wq authored Oct 16, 2024
1 parent d7e5930 commit 81a87cd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/priobike-news/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.3.0
version: 0.4.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/priobike-news/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ imageName: priobike-news-service
manager:
labels:
app: priobike-news-manager-app
configmapName: priobike-news-manager-config
configMapName: priobike-news-manager-config
deploymentName: priobike-news-manager-deployment
containerName: priobike-news-manager-container
volumeClaimName: priobike-news-manager-volume-claim
Expand All @@ -19,7 +19,7 @@ worker:
replicas: 1
labels:
app: priobike-news-worker-app
configmapName: priobike-news-worker-config
configMapName: priobike-news-worker-config
deploymentName: priobike-news-worker-deployment
containerName: priobike-news-worker-container
serviceName: priobike-news-worker-service
Expand Down

0 comments on commit 81a87cd

Please sign in to comment.