Skip to content

Commit

Permalink
add seed-secret.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Cadetg committed May 16, 2024
1 parent 7602a9e commit a8ddf56
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions test/e2e/testdata/seed-secret.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
apiVersion: v1
kind: Secret
metadata:
name: mysql-seed-secret
namespace: default
type: Opaque
data:
#database: seed-database
database: c2VlZC1kYXRhYmFzZQ==
#password: seed-password
password: c2VlZC1wYXNzd29yZA==
#username: seed-username
username: c2VlZC11c2VybmFtZQ==
#host mysql-service.mysql
host: bXlzc2VydmljZS5teXNxbC5kYg==
#port 3306
port: MzMwNg==

0 comments on commit a8ddf56

Please sign in to comment.