You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Elide generating annotations with default values (#62)
1. Always generate an annotation with the version of the helm chart.
2. Do not generate fault tolerance annotations unless user explicitly sets them
3. Bump chart version to 1.1.0
4. Add unit tests for annotation generation
@@ -66,12 +66,12 @@ customize the Jobs generated by the tool.
66
66
67
67
| Key | Type | Default | Description |
68
68
|-----|------|---------|-------------|
69
-
| admissionGracePeriodDuration | string |`"60s"`| Customize the admissionGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
70
-
| warmupGracePeriodDuration | string |`"300s"`| Customize the warmupGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
71
-
| failureGracePeriodDuration | string |`"60s"`| Customize the failureGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
72
-
| retryPausePeriodDuration | string |`"90s"`| Customize the retryPausePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
73
-
| retryLimit | integer |`3`| Customize the retryLimit; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
74
-
| forcefulDeletionGracePeriodDuration | string |`"600s"`| Customize the forcefulDelectionGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
75
-
| deletionOnFailureGracePeriodDuration | string |`"0s"`| Customize the deletionOnFailureGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
69
+
| admissionGracePeriodDuration | string |The AppWrapper defaults will be used| Customize the admissionGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
70
+
| warmupGracePeriodDuration | string |The AppWrapper defaults will be used| Customize the warmupGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
71
+
| failureGracePeriodDuration | string |The AppWrapper defaults will be used| Customize the failureGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
72
+
| retryPausePeriodDuration | string |The AppWrapper defaults will be used| Customize the retryPausePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
73
+
| retryLimit | integer |The AppWrapper defaults will be used| Customize the retryLimit; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
74
+
| forcefulDeletionGracePeriodDuration | string |The AppWrapper defaults will be used| Customize the forcefulDelectionGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
75
+
| deletionOnFailureGracePeriodDuration | string |The AppWrapper defaults will be used| Customize the deletionOnFailureGracePeriod; see https://project-codeflare.github.io/appwrapper/arch-fault-tolerance/|
76
76
| restartPolicy | string |`"Never"`| Set Kubernertes policy for restarting failed containers "in place" (without restarting the Pod). |
77
77
| terminationGracePeriodSeconds | integer | Kubernetes's default value is used | Set a non-default pod termination grace period (in seconds). |
0 commit comments