Skip to content

Commit

Permalink
Updated service name to use template var (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
callen-rti authored Sep 26, 2024
1 parent 814af32 commit 4a31b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rundeck/templates/nginx-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
apiVersion: v1
kind: Service
metadata:
name: rundeck-nginx
name: {{ $fullName }}-nginx
labels: {{ include "rundeck.labels" . | indent 4 }}
spec:
type: ClusterIP
Expand Down

0 comments on commit 4a31b88

Please sign in to comment.