Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[super-agent] typo fixes so codespell stops yelling #1382

Merged
merged 5 commits into from
May 30, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint_test_charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
check_filenames: true
check_hidden: true
skip: ./.git
ignore_words_list: enver
ignore_words_list: enver,NotIn

lint-test:
name: Lint and test charts
Expand Down
4 changes: 2 additions & 2 deletions charts/super-agent/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ helm:
disableWait: true # Prevents blocking the modification/deletions of the HelmRelease
replace: true # Tells the Helm install action to reuse the ‘ReleaseName’, but only if that name is a deleted release which remains in the history.
remediation:
retries: 3 # Retries is the number of retries that should be attempted on failures before givin up. An uninstall is performed between each attempt.
retries: 3 # Retries is the number of retries that should be attempted on failures before giving up. An uninstall is performed between each attempt.

# -- Change the behavior of the operator while upgrading the chart. This should only be changed by advanced users
# that know what they are doing. Exposes the remediations that the operator is going to try before give up
Expand All @@ -96,7 +96,7 @@ helm:
force: true # Force forces resource updates through a replacement strategy.
cleanupOnFail: true # Allows deletion of new resources created during the Helm upgrade action when it fails.
remediation:
retries: 3 # Retries is the number of retries that should be attempted on failures before givin up. An uninstall is performed between each attempt.
retries: 3 # Retries is the number of retries that should be attempted on failures before giving up. An uninstall is performed between each attempt.
strategy: rollback # rollback or uninstall.

# -- Optional configuration of rollback strategy when upgrading. This should only be changed by advanced users that know what they are doing.
Expand Down
Loading