Skip to content

Instantly share code, notes, and snippets.

@aliok
Created May 12, 2019 23:01
Show Gist options
  • Save aliok/7ceb5552a34d17855523b301fe6d9ec9 to your computer and use it in GitHub Desktop.
Save aliok/7ceb5552a34d17855523b301fe6d9ec9 to your computer and use it in GitHub Desktop.
knative-serving config-controller configmap --> after
apiVersion: v1
data:
_example: |
################################
# #
# EXAMPLE CONFIGURATION #
# #
################################
# This block is not actually functional configuration,
# but serves to illustrate the available configuration
# options and document them in a way that is accessible
# to users that `kubectl edit` this config map.
#
# These sample configuration options may be copied out of
# this block and unindented to actually change the configuration.
# List of repositories for which tag to digest resolving should be skipped
registriesSkippingTagResolving: "ko.local,dev.local"
queueSidecarImage: github.com/knative/serving/cmd/queue
registriesSkippingTagResolving: >-
ko.local,dev.local,docker-registry.default.svc:5000,image-registry.openshift-image-registry.svc:5000
kind: ConfigMap
metadata:
labels:
serving.knative.dev/release: devel
name: config-controller
namespace: knative-serving
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment