12 lines
242 B
YAML
12 lines
242 B
YAML
# Copyright (c) HashiCorp, Inc.
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
|
|
server:
|
|
annotations: |
|
|
environment: production
|
|
milk: oat
|
|
myName: "{{ .Release.Name }}"
|
|
service:
|
|
annotations:
|
|
active: sometimes
|
|
pickMe: please
|