Skip to content

Commit

Permalink
Field to configure whether or not the service account credentials sho…
Browse files Browse the repository at this point in the history
…uld be auto mounted in the Pod
  • Loading branch information
fiunchinho committed Sep 12, 2017
1 parent e1edac4 commit 51bf10a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/models/pod.py
Expand Up @@ -137,6 +137,7 @@ class PodSpec(Model):
nodeSelector = Field(dict)
selector = Field(dict)
serviceAccountName = Field(six.text_type, "default")
automountServiceAccountToken = Field(bool)
imagePullSecrets = ListField(LocalObjectReference)


Expand Down

0 comments on commit 51bf10a

Please sign in to comment.