Skip to content

Commit

Permalink
fix: adding namespace in limit range resource
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabNeu authored and sydrawat01 committed Dec 1, 2023
1 parent af4577c commit b72ff92
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/webapp_limitrange.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apiVersion: v1
kind: LimitRange
metadata:
name: webapp-limit-range
namespace: {{ .Values.namespace }}
spec:
limits:
- default:
Expand Down

0 comments on commit b72ff92

Please sign in to comment.