Skip to content

Commit

Permalink
Merge pull request #157 from domste/fix-k8s-deployment
Browse files Browse the repository at this point in the history
fix: use correct image in k8s-deployment.yaml
  • Loading branch information
longstone authored Jan 5, 2024
2 parents 427ae3c + 841a328 commit 934f67d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions contrib/k8s-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ metadata:
type: Opaque
stringData:
# NOT base64
GARMIN_PASSWORD: "[email protected]"
GARMIN_USERNAME: "password-goes-here"
GARMIN_USERNAME: "[email protected]"
GARMIN_PASSWORD: "password-goes-here"
TRAINERROAD_PASSWORD: ""
TRAINERROAD_USERNAME: ""

Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
spec:
containers:
- name: withings-sync
image: docker.io/stv0g/withings-sync
image: ghcr.io/jaroslawhartman/withings-sync:master
imagePullPolicy: IfNotPresent

# override $HOME to put our oauth file in a known place
Expand Down
6 changes: 3 additions & 3 deletions contrib/k8s-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ metadata:
type: Opaque
stringData:
# NOT base64
GARMIN_PASSWORD: "[email protected]"
GARMIN_USERNAME: "password-goes-here"
GARMIN_USERNAME: "[email protected]"
GARMIN_PASSWORD: "password-goes-here"
TRAINERROAD_PASSWORD: ""
TRAINERROAD_USERNAME: ""

Expand All @@ -39,7 +39,7 @@ spec:
volumeMode: Filesystem

---
apiVersion: batch/v1beta1
apiVersion: batch/v1
kind: CronJob
metadata:
name: withings-garmin-sync
Expand Down

0 comments on commit 934f67d

Please sign in to comment.