Skip to content

Commit

Permalink
Add PodTemplate field to namereference config.
Browse files Browse the repository at this point in the history
  • Loading branch information
monopole committed Mar 8, 2021
1 parent 7165b1e commit ec27642
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions api/konfig/builtinpluginconsts/namereference.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ nameReference:
- path: spec/volumes/projected/sources/configMap/name
version: v1
kind: Pod
- path: template/spec/volumes/configMap/name
kind: PodTemplate
- path: spec/template/spec/volumes/configMap/name
kind: Deployment
- path: spec/template/spec/containers/env/valueFrom/configMapKeyRef/name
Expand Down

0 comments on commit ec27642

Please sign in to comment.