fix(argo-cd): Update application CRD (#3047)

This commit is contained in:
Aikawa 2024-11-21 21:36:55 +09:00 committed by GitHub
parent 81dc44c4a5
commit 8a1d39610c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 3 deletions

View file

@ -125,6 +125,11 @@ spec:
sync:
description: Sync contains parameters for the operation
properties:
autoHealAttemptsCount:
description: SelfHealAttemptsCount contains the number of auto-heal
attempts
format: int64
type: integer
dryRun:
description: DryRun specifies to perform a `kubectl apply --dry-run`
without actually performing the sync
@ -2720,6 +2725,11 @@ spec:
sync:
description: Sync contains parameters for the operation
properties:
autoHealAttemptsCount:
description: SelfHealAttemptsCount contains the number
of auto-heal attempts
format: int64
type: integer
dryRun:
description: DryRun specifies to perform a `kubectl apply
--dry-run` without actually performing the sync
@ -5356,3 +5366,4 @@ spec:
storage: true
subresources: {}
{{- end }}