79191934

Date: 2024-11-15 10:19:26
Score: 1.5
Natty:
Report link

This commit https://github.com/bitnami/charts/commit/9de041c92e2788a108631052aa5401a9469e3592 has made it possible to add your providers with at initContainer.

initContainers: |
    - name: keycloak-plugin
      image: my-plugin
      imagePullPolicy: IfNotPresent
      command:
        - sh
      args:
        - -c
        - |
          echo "Copying module..."
          cp -r /module/* /emptydir/app-providers-dir
      volumeMounts:
        - name: empty-dir
          mountPath: /emptydir
Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Morten Matthiesen Bork