Skip to content

Commit

Permalink
fix deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
shimpa1 committed Feb 3, 2025
1 parent ecf3e29 commit 0b642ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/console-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ .Values.appName }}-{{ .Values.chain }}
name: {{ .Values.appName }}-{{ .Values.chain }}
namespace: {{ .Values.namespace }}
labels:
app: {{ .Values.appName }}-{{ .Values.chain }}
Expand Down

0 comments on commit 0b642ae

Please sign in to comment.