1. 08 Oct, 2020 1 commit
  2. 01 Oct, 2020 3 commits
  3. 29 Sep, 2020 1 commit
  4. 24 Sep, 2020 3 commits
  5. 22 Sep, 2020 4 commits
  6. 15 Sep, 2020 1 commit
  7. 08 Sep, 2020 1 commit
    • jimbob687's avatar
      The formatting isn't templating correctly, resources will end up on the same line (#181) · db980fd0
      jimbob687 authored
      ```
              resources:
                          limits:
                  cpu: 750m
                  memory: 600Mi
                requests:
                  cpu: 500m
                  memory: 600Mi
      ```
      corrects it to:
      ```
              resources:
                limits:
                  cpu: 750m
                  memory: 600Mi
                requests:
                  cpu: 500m
                  memory: 600Mi
      ```
      Assuming your values file is set to:
      ```
      bootstrap:
        auth:
          # A secret with keys "username" and "password" is required
          secretName: mysecret
        ddldml:
          configMap: my-ddl-dml-config
          resources:
            requests:
              memory: "600Mi"
              cpu: "500m"
            limits:
              memory: "600Mi"
              cpu: "750m"
      ```
      db980fd0
  8. 07 Sep, 2020 1 commit
  9. 05 Sep, 2020 2 commits
  10. 04 Sep, 2020 1 commit
  11. 03 Sep, 2020 1 commit
  12. 02 Sep, 2020 1 commit
  13. 28 Aug, 2020 1 commit
  14. 27 Aug, 2020 4 commits
  15. 24 Aug, 2020 1 commit
  16. 21 Aug, 2020 1 commit
    • David McKay's avatar
      feat/ca mount (#163) · cd267840
      David McKay authored
      * feat: support mounting a ca bundle into the certs directory
      
      * feat: support alternative secret for CA
      
      * fix: don't strip newline
      
      * Changing how images are passed in
      
      * Add conditional to override tag as per fede
      
      * Update to handle external commands and top level image
      
      * Updating changes
      
      * Fixed tagging
      
      * Adding helper named template to get the image
      
      * Template working
      
      * chore: version bump
      
      * fix: revert values.yaml changes
      Co-authored-by: 's avatarJames Nieper <james.nieper@gmail.com>
      cd267840
  17. 12 Aug, 2020 2 commits
  18. 24 Jul, 2020 2 commits
  19. 23 Jul, 2020 2 commits
  20. 21 Jul, 2020 3 commits
  21. 16 Jul, 2020 3 commits
  22. 15 Jul, 2020 1 commit