--- # ---------------------------------------------- # -- Check subs # ---------------------------------------------- kind: pipeline type: kubernetes name: Check subs trigger: event: - cron cron: - daily steps: - name: Check subs image: alpine:latest commands: - apk update - apk add coreutils perl - ./money/compare.pl