...

Text file src/sigs.k8s.io/kustomize/kyaml/fn/framework/example/templates/service_account.template.yaml

Documentation: sigs.k8s.io/kustomize/kyaml/fn/framework/example/templates

     1# Copyright 2021 The Kubernetes Authors.
     2# SPDX-License-Identifier: Apache-2.0
     3
     4apiVersion: v1
     5kind: ServiceAccount
     6metadata:
     7  name: {{ .Value }}

View as plain text