Skip to content

Commit

Permalink
Instead of pod deploy cm
Browse files Browse the repository at this point in the history
  • Loading branch information
rawagner committed Nov 2, 2023
1 parent 2108238 commit 681dfe2
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 100 deletions.
Binary file added day2-pod-0.0.2.tgz
Binary file not shown.
2 changes: 1 addition & 1 deletion day2-pod/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.0.1
version: 0.0.2

# 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
6 changes: 6 additions & 0 deletions day2-pod/templates/cm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
kind: ConfigMap
apiVersion: v1
metadata:
name: example
labels:
app: httpd
21 changes: 0 additions & 21 deletions day2-pod/templates/pod.yaml

This file was deleted.

Loading

0 comments on commit 681dfe2

Please sign in to comment.