Skip to content

Commit

Permalink
Revert "kc: pkgr inline fetch spec docs (#326)" (#327)
Browse files Browse the repository at this point in the history
This reverts commit b229058.
  • Loading branch information
joe-kimmel-vmw authored Jan 11, 2022
1 parent b229058 commit ace118d
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions site/content/kapp-controller/docs/latest/packaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,23 +145,6 @@ spec:
syncPeriod: 1m
# Must have only one directive.
fetch:
# pull content from within this resource; or other resources in the cluster
inline:
# specifies mapping of paths to their content;
# not recommended for sensitive values as CR is not encrypted (optional)
paths:
dir/file.ext: file-content
# specifies content via secrets and config maps;
# data values are recommended to be placed in secrets (optional)
pathsFrom:
- secretRef:
name: secret-name
# specifies where to place files found in secret (optional)
directoryPath: dir
- configMapRef:
name: cfgmap-name
# specifies where to place files found in config map (optional)
directoryPath: dir
# pulls imgpkg bundle from Docker/OCI registry
imgpkgBundle:
# Docker image url; unqualified, tagged, or
Expand Down

0 comments on commit ace118d

Please sign in to comment.