Fixed a typo in field merge semantics

This commit is contained in:
Christian Jantz 2019-03-28 11:53:22 +01:00 committed by GitHub
parent db612738e8
commit c6f84966c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ to a default value by the apiserver, or continuously adjusted by a Controller su
and HorizontalPodAutoscaler.
{% method %}
### Last Applied Resource Condfig
### Last Applied Resource Config
When Apply creates or updates a Resource, it writes the Resource Config it Applied to an annotation on the
Resource. This allows it to compare the last Resource Config it Applied to the current Resource
@ -474,4 +474,4 @@ To ignore values set by `kubectl edit` or `kubectl set`:
- Remove the field from the Resource Config
This is the same technique for retaining values set by cluster components such as autoscalers.
{% endpanel %}
{% endpanel %}