Skip to content

Commit

Permalink
remove double qoutes, they are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
ITViking committed Dec 15, 2024
1 parent 8b63971 commit a1d9ab4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions infrastructure/dpladm/vpa-templates/cli-vpa.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: ${SITE_NAME}-${SITE_ENV}
spec:
targetRef:
apiVersion: "apps/v1"
apiVersion: apps/v1
kind: Deployment
name: cli
updatePolicy:
updateMode: "Initial"
updateMode: Initial
resourcePolicy:
containerPolicies:
- containerName: cli
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/dpladm/vpa-templates/nginx-vpa.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: ${SITE_NAME}-${SITE_ENV}
spec:
targetRef:
apiVersion: "apps/v1"
apiVersion: apps/v1
kind: Deployment
name: nginx
updatePolicy:
updateMode: "Initial"
updateMode: Initial
resourcePolicy:
containerPolicies:
- containerName: nginx
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/dpladm/vpa-templates/redis-vpa.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: ${SITE_NAME}-${SITE_ENV}
spec:
targetRef:
apiVersion: "apps/v1"
apiVersion: apps/v1
kind: Deployment
name: redis
updatePolicy:
updateMode: "Initial"
updateMode: Initial
resourcePolicy:
containerPolicies:
- containerName: redis
Expand Down
4 changes: 2 additions & 2 deletions infrastructure/dpladm/vpa-templates/varnish-vpa.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ metadata:
namespace: ${SITE_NAME}-${SITE_ENV}
spec:
targetRef:
apiVersion: "apps/v1"
apiVersion: apps/v1
kind: Deployment
name: varnish
updatePolicy:
updateMode: "Initial"
updateMode: Initial
resourcePolicy:
containerPolicies:
- containerName: varnish
Expand Down

0 comments on commit a1d9ab4

Please sign in to comment.