cloudfoundry-community / slack-notification-resource

Concourse CI resource for sending notifications to Slack.
MIT License
75 stars 81 forks source link

hide of prameters not working #56

Closed maandr closed 5 years ago

maandr commented 6 years ago

As of today hide option does not work for me anymore, even when providing new type: string along with it.

    - put: k8s
      params:
        chart: git/my-helm-chart
        values: git/my-helm-chart/values.yaml
        namespace: ((k8s_namespace))
        release: my-release
        override_values:
        - key: database.password
          value: ((database_password))
          type: string
          hide: true
maandr commented 5 years ago

Sorry. submitted to the wrong repo 😆