Fix misspellings in documentation
This commit is contained in:
parent
bd8e7d8424
commit
1bb3ed53ee
|
@ -122,7 +122,7 @@ We should consider what the best way to allow this is; there are a few different
|
||||||
|
|
||||||
3. Give secrets attributes that allow the user to express that the secret should be presented to
|
3. Give secrets attributes that allow the user to express that the secret should be presented to
|
||||||
the container as an environment variable. The container's environment would contain the
|
the container as an environment variable. The container's environment would contain the
|
||||||
desired values and the software in the container could use them without accomodation the
|
desired values and the software in the container could use them without accommodation the
|
||||||
command or setup script.
|
command or setup script.
|
||||||
|
|
||||||
For our initial work, we will treat all secrets as files to narrow the problem space. There will
|
For our initial work, we will treat all secrets as files to narrow the problem space. There will
|
||||||
|
|
|
@ -149,7 +149,7 @@ First, if it finds pods which have a `Pod.Spec.ServiceAccountUsername` but no `P
|
||||||
then it copies in the referenced securityContext and secrets references for the corresponding `serviceAccount`.
|
then it copies in the referenced securityContext and secrets references for the corresponding `serviceAccount`.
|
||||||
|
|
||||||
Second, if ServiceAccount definitions change, it may take some actions.
|
Second, if ServiceAccount definitions change, it may take some actions.
|
||||||
**TODO**: decide what actions it takes when a serviceAccount defintion changes. Does it stop pods, or just
|
**TODO**: decide what actions it takes when a serviceAccount definition changes. Does it stop pods, or just
|
||||||
allow someone to list ones that out out of spec? In general, people may want to customize this?
|
allow someone to list ones that out out of spec? In general, people may want to customize this?
|
||||||
|
|
||||||
Third, if a new namespace is created, it may create a new serviceAccount for that namespace. This may include
|
Third, if a new namespace is created, it may create a new serviceAccount for that namespace. This may include
|
||||||
|
|
Loading…
Reference in New Issue