4 Commits
0.0.1 ... 0.0.5

Author SHA1 Message Date
33c5205ea6 fix schedule
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-24 14:18:21 +01:00
6a82c30db7 fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-24 14:02:17 +01:00
cc0068647b fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-24 14:00:31 +01:00
8f9669a829 fix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/tag/woodpecker Pipeline was successful
2025-01-24 13:58:44 +01:00
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@ spec:
spec:
template:
spec:
restartPolicy: OnFailure
containers:
- name: pv-energy-calculator
image: %IMAGE%

View File

@ -31,7 +31,7 @@ kubectl create secret generic pv-energy-calculator \
--dry-run=client \
-o yaml \
--save-config \
--from-literal=PGPASSWORD="$PGPASSWORD" \
--from-literal=PGPASSWORD="$PGPASSWORD" | \
kubectl apply -f - -n $NAMESPACE
cat $DEPLOYMENT_DIR/deploy-yml.tmpl | \