sonatype / nxrm3-helm-repository

Helm3 charts for Nexus Repository Manager
Other
33 stars 37 forks source link

Make lifecycle more generic #48

Open amargo opened 1 year ago

amargo commented 1 year ago

After this modification we can simply use multi-line batch commands. For example: https://stackoverflow.com/a/39443876

      lifecycle:
        postStart:
          exec:
            command:
              - bash
              - -c
              - |
                #!/bin/bash