Skip to content

Commit

Permalink
Fix deployment on ArgoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
QcFe authored and adamjensenbot committed May 26, 2023
1 parent d7d390b commit f12cb8b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion deployments/liqo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
| storage.storageNamespace | string | `"liqo-storage"` | Namespace where liqo will deploy specific PVCs. Internal parameter, do not change. |
| storage.virtualStorageClassName | string | `"liqo"` | Name to assign to the liqo virtual storage class. |
| tag | string | `""` | Images' tag to select a development version of liqo instead of a release |
| telemetry.config.schedule | string | `""` | Set the schedule of the telemetry collector CronJob |
| telemetry.config.schedule | string | `""` | Set the schedule of the telemetry collector CronJob. Consider setting this value on ArgoCD deployments to avoid randomization. |
| telemetry.enable | bool | `true` | Enable/Disable the telemetry collector. |
| telemetry.imageName | string | `"ghcr.io/liqotech/telemetry"` | Image repository for the telemetry pod. |
| telemetry.pod.annotations | object | `{}` | Annotations for the telemetry pod. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ metadata:
labels:
{{- include "liqo.labels" $cfg | nindent 4 }}
spec:
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 150
template:
metadata:
name: {{ include "liqo.prefixedName" $cfg }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ metadata:
labels:
{{- include "liqo.labels" $cfg | nindent 4 }}
spec:
ttlSecondsAfterFinished: 0
ttlSecondsAfterFinished: 150
template:
metadata:
name: {{ include "liqo.prefixedName" $cfg }}
Expand Down
2 changes: 1 addition & 1 deletion deployments/liqo/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,7 @@ telemetry:
# -- Image repository for the telemetry pod.
imageName: "ghcr.io/liqotech/telemetry"
config:
# -- Set the schedule of the telemetry collector CronJob
# -- Set the schedule of the telemetry collector CronJob. Consider setting this value on ArgoCD deployments to avoid randomization.
schedule: ""
# schedule: "0 */12 * * *"

Expand Down

0 comments on commit f12cb8b

Please sign in to comment.