Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/diff.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
- name: Fetch base
uses: actions/checkout@v5
with:
path: base
fetch-depth: "2"
fetch-depth: '2'

- name: Install dyff
run: |
Expand Down
12 changes: 12 additions & 0 deletions .scripts/secret-unset-key.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/usr/bin/env bash

if [ "$#" -ne 2 ]; then
echo "既にsopsで暗号化されたSecretのキーを削除します。"
echo "Usage: $0 filename key" >&2
echo "Example: $0 traq/secrets/env.yaml MY_ENV_NAME" >&2
exit 1
fi

set -eux

sops --config .sops.yaml unset "$1" "[\"stringData\"][\"$2\"]"
6 changes: 0 additions & 6 deletions ns-dev-system/app-namespace-patch.yaml

This file was deleted.

14 changes: 14 additions & 0 deletions ns-dev-system/certificate.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: ns

spec:
issuerRef:
kind: ClusterIssuer
name: cluster-issuer
secretName: ns-tls
duration: 2160h0m0s # 90d
renewBefore: 720h0m0s # 30d
dnsNames:
- ns-dev.trapti.tech
41 changes: 0 additions & 41 deletions ns-dev-system/components/builder-deployment-patch.yaml

This file was deleted.

8 changes: 0 additions & 8 deletions ns-dev-system/components/certificate-patch.yaml

This file was deleted.

29 changes: 0 additions & 29 deletions ns-dev-system/components/controller-cluster-role-binding.yaml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

27 changes: 0 additions & 27 deletions ns-dev-system/components/controller-deployment-patch.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions ns-dev-system/components/controller-ssh-service-patch.yaml

This file was deleted.

21 changes: 0 additions & 21 deletions ns-dev-system/components/dashboard-deployment-patch.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions ns-dev-system/components/gateway-deployment-patch.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions ns-dev-system/components/gitea-integration-stateful-set-patch.yaml

This file was deleted.

43 changes: 0 additions & 43 deletions ns-dev-system/components/ingress-route-patch.yaml

This file was deleted.

28 changes: 0 additions & 28 deletions ns-dev-system/components/migrate-job-patch.yaml

This file was deleted.

This file was deleted.

13 changes: 0 additions & 13 deletions ns-dev-system/components/sablier-cluster-role-binding.yaml

This file was deleted.

6 changes: 0 additions & 6 deletions ns-dev-system/components/sablier-cluster-role-patch.yaml

This file was deleted.

14 changes: 0 additions & 14 deletions ns-dev-system/components/sablier-deployment-patch.yaml

This file was deleted.

Loading
Loading