Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Missing environment variables ref properties for k8s initContainer #504

Open
GangHun-Jo opened this issue Dec 20, 2024 · 3 comments
Open
Milestone

Comments

@GangHun-Jo
Copy link

Description

It seems below k8s initContainer properties are not �supported with spring-cloud-deployer

  • initContainers[].env[].valueFrom.fieldRef
  • initContainers[].envFrom[].configMapRef
  • initContainers[].envFrom[].secretRef
spec:
  template:
    spec:
      initContainers:
        - name: my-init-container
          env:             
          - name: POD_UID
              valueFrom:
                fieldRef:
                  apiVersion: v1
                  fieldPath: metadata.uid
          envFrom: 
            - configMapRef:
                name: myConfigMap
            - secretRef:
                name: mySecret
@github-actions github-actions bot added the status/need-triage Team needs to triage and take a first look label Dec 20, 2024
@cppwfs cppwfs removed the status/need-triage Team needs to triage and take a first look label Dec 20, 2024
@cppwfs cppwfs added this to the 3.0.x milestone Dec 20, 2024
@GangHun-Jo
Copy link
Author

@cppwfs Any updates here?
If you have any plan for this, please let me know.
Also I created PR for this issue. Thank you

@cppwfs
Copy link
Contributor

cppwfs commented Jan 23, 2025

@GangHun-Jo Thank you for opening the issue.
We have scheduled this for update in the 3.0.x deployer release.

@GangHun-Jo
Copy link
Author

@cppwfs Could you tell me the approximate release schedule for 3.0.x? I'd like to refer to it in my work plan.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants