Skip to content

Commit

Permalink
add sample secret
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Dec 5, 2023
1 parent 6911b8d commit eea0e78
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions manifests/manifests.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
apiVersion: v1
kind: Secret
metadata:
name: kibertas-test
namespace: ops
type: Opaque
data:
dd-api-key: "dd api key"
dd-app-key: "dd app key"
cluster-name: "cluster name"
chatwork-room-id: "chatwork room id"
chatwork-api-token: "chatwork api token"
---
apiVersion: v1
kind: ServiceAccount
metadata:
name: kibertas-test
Expand Down

0 comments on commit eea0e78

Please sign in to comment.