deploy-schemas:
  before:
    - ------------------------------------------------------------------------------------
    - "Schema Registry Installation Intructions:"
    - ------------------------------------------------------------------------------------
    - ""
    - "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 'app=schema-registry' -o jsonpath='{.items[0].metadata.name}') 8081:8081 -n kafka
    - ""
