Skip to content

Commit

Permalink
Merge pull request #53 from port-labs/FIX_TYPO
Browse files Browse the repository at this point in the history
fixed type Port-agent deployment.yaml
  • Loading branch information
OmriGez authored Dec 20, 2023
2 parents 5bd7bf3 + 168acea commit ec8c444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/port-agent/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: port-agent
description: A Helm chart for Port Agent
type: application
version: 0.7.0
version: 0.7.1
appVersion: "v0.6.4"
home: https://getport.io/
sources:
Expand Down
2 changes: 1 addition & 1 deletion charts/port-agent/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
{{- include "port-agent.labels" . | nindent 4 }}
spec:
strategty:
strategy:
type: {{ .Values.rolloutStrategy }}
securityContext:
{{- if .Values.podSecurityContext }}
Expand Down

0 comments on commit ec8c444

Please sign in to comment.