Skip to content

Commit f12cb8b

Browse files
QcFeadamjensenbot
authored andcommitted
Fix deployment on ArgoCD
1 parent d7d390b commit f12cb8b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

deployments/liqo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@
117117
| storage.storageNamespace | string | `"liqo-storage"` | Namespace where liqo will deploy specific PVCs. Internal parameter, do not change. |
118118
| storage.virtualStorageClassName | string | `"liqo"` | Name to assign to the liqo virtual storage class. |
119119
| tag | string | `""` | Images' tag to select a development version of liqo instead of a release |
120-
| telemetry.config.schedule | string | `""` | Set the schedule of the telemetry collector CronJob |
120+
| telemetry.config.schedule | string | `""` | Set the schedule of the telemetry collector CronJob. Consider setting this value on ArgoCD deployments to avoid randomization. |
121121
| telemetry.enable | bool | `true` | Enable/Disable the telemetry collector. |
122122
| telemetry.imageName | string | `"ghcr.io/liqotech/telemetry"` | Image repository for the telemetry pod. |
123123
| telemetry.pod.annotations | object | `{}` | Annotations for the telemetry pod. |

deployments/liqo/templates/webhooks/job-patch/job-create-secret.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ metadata:
1313
labels:
1414
{{- include "liqo.labels" $cfg | nindent 4 }}
1515
spec:
16-
ttlSecondsAfterFinished: 0
16+
ttlSecondsAfterFinished: 150
1717
template:
1818
metadata:
1919
name: {{ include "liqo.prefixedName" $cfg }}

deployments/liqo/templates/webhooks/job-patch/job-patch-webhook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ metadata:
1212
labels:
1313
{{- include "liqo.labels" $cfg | nindent 4 }}
1414
spec:
15-
ttlSecondsAfterFinished: 0
15+
ttlSecondsAfterFinished: 150
1616
template:
1717
metadata:
1818
name: {{ include "liqo.prefixedName" $cfg }}

deployments/liqo/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ telemetry:
292292
# -- Image repository for the telemetry pod.
293293
imageName: "ghcr.io/liqotech/telemetry"
294294
config:
295-
# -- Set the schedule of the telemetry collector CronJob
295+
# -- Set the schedule of the telemetry collector CronJob. Consider setting this value on ArgoCD deployments to avoid randomization.
296296
schedule: ""
297297
# schedule: "0 */12 * * *"
298298

0 commit comments

Comments
 (0)