Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. apiVersion: v1
  2. data:
  3. _example: |
  4. ################################
  5. # #
  6. # EXAMPLE CONFIGURATION #
  7. # #
  8. ################################
  9.  
  10. # This block is not actually functional configuration,
  11. # but serves to illustrate the available configuration
  12. # options and document them in a way that is accessible
  13. # to users that `kubectl edit` this config map.
  14. #
  15. # These sample configuration options may be copied out of
  16. # this block and unindented to actually change the configuration.
  17.  
  18. # List of repositories for which tag to digest resolving should be skipped
  19. registriesSkippingTagResolving: "ko.local,dev.local"
  20. queueSidecarImage: github.com/knative/serving/cmd/queue
  21. registriesSkippingTagResolving: >-
  22. ko.local,dev.local,docker-registry.default.svc:5000,image-registry.openshift-image-registry.svc:5000
  23. kind: ConfigMap
  24. metadata:
  25. labels:
  26. serving.knative.dev/release: devel
  27. name: config-controller
  28. namespace: knative-serving
  29. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement