Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

Commit

Permalink
fix: remove azure config
Browse files Browse the repository at this point in the history
  • Loading branch information
gary-van-woerkens committed Oct 10, 2024
1 parent ca23bd8 commit 901f63f
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 40 deletions.
18 changes: 0 additions & 18 deletions .kontinuous/env/preprod/templates/azure-volume.sealed-secret.yaml

This file was deleted.

16 changes: 0 additions & 16 deletions .kontinuous/env/prod/templates/azure-volume.sealed-secret.yaml

This file was deleted.

4 changes: 2 additions & 2 deletions .kontinuous/env/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ backend:
name: backend-sealed-secret
- configMapRef:
name: backend-configmap
- secretRef:
name: azure-tumeplay-volume
# - secretRef:
# name: azure-tumeplay-volume

frontend-metropole:
host: tumeplay.fabrique.social.gouv.fr
Expand Down
4 changes: 2 additions & 2 deletions .kontinuous/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ backend:
name: pg-app
- secretRef:
name: backend-sealed-secret
- secretRef:
name: azure-tumeplay-volume
# - secretRef:
# name: azure-tumeplay-volume
- configMapRef:
name: backend-configmap
volumeMounts:
Expand Down
2 changes: 1 addition & 1 deletion tumeplay-app/src/screens/ChartScreen.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export default function ChartScreen(props) {
</TableRow>
<TableRow>
<TableCell>
<Text style={contentStyle.text}>Microsoft Azure</Text>
<Text style={contentStyle.text}>OVH Cloud</Text>
</TableCell>
<TableCell>
<Text style={contentStyle.text}>France</Text>
Expand Down
2 changes: 1 addition & 1 deletion tumeplay-vitrine/pages/confidentiality/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const Confidentiatily = () => {
</Thead>
<Tbody>
<Tr>
<Td>Microsoft Azure</Td>
<Td>OVH Cloud</Td>
<Td>France</Td>
<Td>Hébergement</Td>
<Td>
Expand Down

0 comments on commit 901f63f

Please sign in to comment.