apiVersion: v1 kind: Pod metadata: name: pod2 spec: containers: - name: nginx image: nginx envFrom: - secretRef: name: plaintext-secret