Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Missing environment variables ref properties for k8s initContainer #504

Open
GangHun-Jo opened this issue Dec 20, 2024 · 0 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants