Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Commit

Permalink
Use fully qulified name for chimp deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
garryod committed Sep 8, 2023
1 parent d1030e4 commit 4a9eb19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: {{ include "chimpChomp.name" . }}
name: {{ include "chimpChomp.fullname" . }}
labels:
{{- include "chimpChomp.labels" . | nindent 4 }}
spec:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: keda.sh/v1alpha1
kind: ScaledObject
metadata:
name: {{ include "chimpChomp.name" . }}
name: {{ include "chimpChomp.fullname" . }}
labels:
{{- include "chimpChomp.labels" . | nindent 4 }}
spec:
scaleTargetRef:
apiVersion: apps/v1
kind: Deployment
name: {{ include "chimpChomp.name" . }}
name: {{ include "chimpChomp.fullname" . }}
triggers:
- type: rabbitmq
metadata:
Expand Down

0 comments on commit 4a9eb19

Please sign in to comment.