Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
98e97aeb
Commit
98e97aeb
authored
May 22, 2015
by
Paul Morie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make secrets example README link to referred files
parent
295d0564
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
README.md
examples/secrets/README.md
+2
-2
No files found.
examples/secrets/README.md
View file @
98e97aeb
...
...
@@ -12,7 +12,7 @@ started](../../docs/getting-started-guides) for installation instructions for yo
A secret contains a set of named byte arrays.
Use the
`examples/secrets/secret.yaml`
file to create a secret:
Use the
[
`examples/secrets/secret.yaml`
](
secret.yaml
)
file to create a secret:
```
shell
$
kubectl create
-f
examples/secrets/secret.yaml
...
...
@@ -31,7 +31,7 @@ test-secret Opaque 2
Pods consume secrets in volumes. Now that you have created a secret, you can create a pod that
consumes it.
Use the
`examples/secrets/secret-pod.yaml`
file to create a Pod that consumes the secret.
Use the
[
`examples/secrets/secret-pod.yaml`
](
secret-pod.yaml
)
file to create a Pod that consumes the secret.
```
shell
$
kubectl create
-f
examples/secrets/secret-pod.yaml
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment