Skip to content

Commit

Permalink
docs: fix spelling in example notification templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sineaggi committed Feb 1, 2023
1 parent c4129f4 commit 8a2f2ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/notifications-install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ data:
template.scaling-replicaset: |
message: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
email:
subject: Scaling Rollout {{.rollout.metadata.name}}'s replcaset to {{.rollout.spec.replicas}}.
subject: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
slack:
attachments: |
[{
Expand Down
2 changes: 1 addition & 1 deletion manifests/notifications/on-scaling-replica-set.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ data:
template.scaling-replicaset: |
message: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
email:
subject: Scaling Rollout {{.rollout.metadata.name}}'s replcaset to {{.rollout.spec.replicas}}.
subject: Scaling Rollout {{.rollout.metadata.name}}'s replicaset to {{.rollout.spec.replicas}}.
slack:
attachments: |
[{
Expand Down

0 comments on commit 8a2f2ff

Please sign in to comment.