deploy-monitoring:
  before:
    - ------------------------------------------------------------------------------------
    - "Deploying Influx TICK stack for reporting and alerting..."
    - ------------------------------------------------------------------------------------
    - ""
    - "Next Steps:"
    - In order to seed the registry we will need to forward the port of the pod running it.
    - ""
    - "Run this command in another terminal:"
    - ""
    - kubectl port-forward $(kubectl get pods -n kafka -l 'name=schema-ui' -o jsonpath='{.items[0].metadata.name}') 8000:8000 -n kafka
    - ""
