Skip to content

Commit

Permalink
Update file mode; fix spelling.
Browse files Browse the repository at this point in the history
Signed-off-by: Rodrigo Reis <[email protected]>
  • Loading branch information
gargravarr committed Jan 16, 2024
1 parent f672dd7 commit c1a63ad
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/apply/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ spec:
volumes:
- name: config
configMap:
defaultMode: 420
defaultMode: 0400
name: "{{{APPLICATION}}}-config"
4 changes: 2 additions & 2 deletions pkg/core/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ type StackSetContainer struct {
segmentTraffic bool

// ingressAnnotationsToSync is a list of ingress annotations that should be
// synchronized accross all existing stacks.
// synchronized across all existing stacks.
ingressAnnotationsToSync []string
}

Expand Down Expand Up @@ -222,7 +222,7 @@ func NewContainer(stackset *zv1.StackSet, reconciler TrafficReconciler, backendW
}
}

// SynchronizeIngessAnnotations ensures that the container propagates the
// SynchronizeIngressAnnotations ensures that the container propagates the
// specified annotations to all segment Ingress or Routegroups, when they are
// present in the StackSet's Ingress or RouteGroup definition.
//
Expand Down

0 comments on commit c1a63ad

Please sign in to comment.