Skip to content

Commit

Permalink
fix: Config map name
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeogg committed Dec 4, 2024
1 parent 6b846b7 commit 4e1859a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion services/ai-navigator-app/0.2.8/defaults/cm.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: ai-navigator-app-0.2.1-d2iq-defaults
name: ai-navigator-app-0.2.8-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ spec:
retries: 30
valuesFrom:
- kind: ConfigMap
name: ai-navigator-app-0.2.1-d2iq-defaults
name: ai-navigator-app-0.2.8-d2iq-defaults

0 comments on commit 4e1859a

Please sign in to comment.