Skip to content

Minor Improvements

Compare
Choose a tag to compare
@ankurd1 ankurd1 released this 14 Jun 22:54
41fabb3

New Features

  • Allowing users to specify link credentials rename in the form
.
.
.
  - name: database2
    type: postgres
  - name: app
    type: k8s-service
    secrets:
      - BALONEY
    links:
      - database
      - redis
      - docdb
      - database2:
          - db_user: DBUSER2
            db_host: DBHOST2
            db_name: DBNAME2
            db_password: BLAH
.
.
.

works for postgres, mysql, redis, and docdb

  • More short code flags for cli
  • Added link to examples in readme
  • Redid exampels subdirectory
  • Adding more logs for opta destroy
  • Added wait option in helm chart module
  • Added demo video in readme

Bugfixes

  • SQS missing permissions for cloud events
  • Removing unnecessary prints
  • Add terraform refresh in destroy