apiVersion: v1 kind: Secret metadata:

name: <%= app %>
labels:
  app: <%= app %>

data:

username: dXNlcg==
password: cGFzcw==